|
web_set_max_html_param_len("1024");
web_revert_auto_header("Accept-Language");
web_add_auto_header("Accept-Language",
"zh-CN");
web_custom_request("tickets",
"URL=http://10.108.36.31/api/tickets",
"Method=POST",
"Resource=0",
"RecContentType=application/json",
"UserAgent= Mozilla/5.0 (Windows NT 6.1; Trident/7.0; BOIE9;ZHCN; rv:11.0) like Gecko",
"Referer=http://10.108.36.31/",
"Snapshot=t56.inf",
"Mode=HTTP",
"EncType=application/json;charset=utf-8",
"Body={\"phoneNum\":\"{phonenumber}\",\"ticketItems\":[{\"fieldId\":2,\"startTime\":1448157600000,\"endTime\":1448161200000}]}",
LAST);
Action.c(490): 错误 -26631: 对于“http://10.108.36.31/api/tickets”,HTTP 状态代码=400 (Bad Request) [MsgId: MERR-26631]
Action.c(490): web_custom_request("tickets") 最高严重级别为“ERROR”,92 个正文字节,185 个标头字节,11 个成块开销字节 [MsgId: MMSG-26387]
|
|