|
web_submit_data("identcommand.do",
"Action=http://10.0.2.214/identity-server/identcommand.do?inst=login&action=auth",
"Method=POST",
"RecContentType=text/html",
"Referer=http://10.0.2.214/identity-server/servlet/AuthServlet?retUrl=http%3A%2F%2F10.0.2.214%2FQMS%2Fjsp%2FLoginServlet&appId=QMS",
"Snapshot=t2.inf",
"Mode=HTTP",
ITEMDATA,
"Name=userName", "Value=admin", ENDITEM,
"Name=password", "Value=admin", ENDITEM,
LAST);
web_url("LoginServlet",
"URL=http://{CSRule_2_UID5}/QMS/jsp/LoginServlet?identityToken=-179418195",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t3.inf",
"Mode=HTTP",
LAST); web_url("main.css",
"URL=http://10.0.2.214/QMS/clientside/css/main.css",
"Resource=1",
"Referer=http://10.0.2.214/QMS/jsp/InterfaceMonitor.do?method=init",
LAST);
在上面的代码中,执行到绿色部门就报错,请高手看一下哪里出错了,该如何做?谢谢 |
|