接口地址 String url = "http://testdplan.xaltserver.com/login"; 请求方式:post HttpPost post = new HttpPost(url); 准备测试数据 String mobilephone = "1333333333"; Stri ...
分类:
其他好文 时间:
2021-02-27 13:06:24
阅读次数:
0
效果不怎么好,效率和速度较差,仅仅记录分享。 修改路径\phpcms\libs\functions\extention.func.php //分词 function httppost($title){ $ch = curl_init(); $options = array( CURLOPT_URL ...
分类:
Web程序 时间:
2020-12-03 11:44:54
阅读次数:
8
以ASP.NET Core WebAPI 作后端 API ,用 Vue 构建前端页面,用 Axios 从前端访问后端 API ,包括文件的上传和下载。 准备文件上传的API #region 文件上传 可以带参数 [HttpPost("upload")] public JsonResult uploa ...
分类:
Web程序 时间:
2020-10-31 01:08:12
阅读次数:
31
最近在进行性能接口测试时,需要用到mock,学习到一款http接口mock测试工具:mocoGithub地址:https://github.com/dreamhead/mocomoco组成:一个jar包(moco-runner-0.10.0-standalone.jar)和json文件(模拟请求和响应)下面以httpPOST请求为例进行说明,分享对moco工具的使用过程:1、json文件(foo.
分类:
Web程序 时间:
2020-09-17 18:02:23
阅读次数:
40
例如 //类 public class User1 { public int id { get; set; } public string name { get; set; } } //方法 [HttpPost, Route("api/OrderPayJs/Notify0")] public str ...
分类:
Web程序 时间:
2020-07-19 00:53:10
阅读次数:
134
以ASP.NET Core WebAPI 作后端 API ,用 Vue 构建前端页面,用 Axios 从前端访问后端 API ,包括文件的上传和下载。 准备文件上传的API #region 文件上传 可以带参数 [HttpPost("upload")] public JsonResult uploa ...
分类:
Web程序 时间:
2020-07-10 11:39:32
阅读次数:
85
1今天调用支付宝支付接口然后写回调函数时,发现一个问题,红色处提示没有方法定义 /// <summary> /// 异步POST回调 /// </summary> /// <returns></returns> [HttpPost] public async Task<JObject> Notify ...
分类:
Web程序 时间:
2020-06-21 00:22:10
阅读次数:
91
以ASP.NET Core WebAPI 作后端 API ,用 Vue 构建前端页面,用 Axios 从前端访问后端 API ,包括文件的上传和下载。 准备文件上传的API #region 文件上传 可以带参数 [HttpPost("upload")] public JsonResult uploa ...
分类:
编程语言 时间:
2020-05-25 16:04:19
阅读次数:
69
以ASP.NET Core WebAPI 作后端 API ,用 Vue 构建前端页面,用 Axios 从前端访问后端 API ,包括文件的上传和下载。 准备文件上传的API #region 文件上传 可以带参数 [HttpPost("upload")] public JsonResult uploa ...
以ASP.NET Core WebAPI 作后端 API ,用 Vue 构建前端页面,用 Axios 从前端访问后端 API ,包括文件的上传和下载。 准备文件上传的API #region 文件上传 可以带参数 [HttpPost("upload")] public JsonResult uploa ...
分类:
Web程序 时间:
2020-05-12 16:42:52
阅读次数:
70