|
请教个 with parameter delimiters is not a parameter 的问题
云大侠,请教个ajax的应用问题:程序采用ajax技术,lr95+web(http)协议+url_base script,脚本回放时报错提示如下:
Action.c(1943): Warning: The string '"synCount":"false","method":"getCurrentDBTime"' with parameter delimiters is not a parameter.
Action.c(1943): Error -26612: HTTP Status-Code=500 (Internal Server Error) for "http://127.0.0.1:8080/mis/ria_pojo.do?method=action&" [MsgId: MERR-26612]
报错对应脚本中是:
web_custom_request("ria_pojo.do",
"URL=http://127.0.0.1:8080/mis/ria_pojo.do?method=action&",
"Method=POST",
"Resource=0",
"RecContentType=text/html",
"Referer=http://127.0.0.1:8080/mis/azaa_cont.jsp",
"Snapshot=t231.inf",
"Mode=HTTP",
"EncType=multipart/form-data",
"Body={header:{\"code\":0,\"message\":{\"title\":\"\",\"detail\":\"\"}},body:{dataStores:{},parameters:{\"synCount\":\"false\",\"method\":\"getCurrentDBTime\"}}}",
LAST);
似乎是通过lr脚本回放传的参数在server端不认识了,这个可能是什么原因导致的呢?如何解决?谢谢先 |
|