|
本帖最后由 coolyy 于 2012-7-6 10:53 编辑
本次脚本录制是邮政订票网站上的一个搜索航班的操作。
回访脚本的时候custom request返回的是,如下:
C:\Users\Administrator\AppData\Local\Temp\noname2\data\t2.inf
could not be loaded.The file might contain binary data in format unrecognized or unsupported by the current version of the snapshot viewer.
HTTP状态码返回的200,正常。
有什么办法解决?影响不影响controller和分析。在线等,求大侠帮忙。
web_custom_request("newstop6!Top6News.a",
"URL=http://211.156.219.105:7701/news/newstop6!Top6News.a",
"Method=POST",
"Resource=0",
"RecContentType=application/json",
"Referer=http://211.156.219.105:7701/",
"Snapshot=t2.inf",
"Mode=HTML",
"EncType=",
LAST);
web_custom_request("specialPrice!allSpePrice.a",
"URL=http://211.156.219.105:7701/sep/specialPrice!allSpePrice.a?leaveCityCode=PEK",
"Method=POST",
"Resource=0",
"RecContentType=application/json",
"Referer=http://211.156.219.105:7701/",
"Snapshot=t3.inf",
"Mode=HTML",
"EncType=",
LAST); |
|