web_custom_request 函数post过来的数据都收不到?
要求:接口通过post的方式请求,请求/返回数据为json格式。脚本:
web_custom_request("index.php",
"Method=POST",
"URL=http://192.168.110.111//interface/index.php?type=data",
"Mode=HTML",
"RecContentType=application/json",
"EncType=application/json",
"Body={\"opt\":\"1\",\"tid\":\"134010p69r000\"}",
LAST);
结果开发人员说服务端收到的请求中没有body的内容,奇怪啊?? 我也遇到了,不知道是什么问题,服务器端不能收到post请求
页:
[1]