|
这样的代码我怎么加检查点验证呢?如返回码为000000是正确的,111111为超时等
web_custom_request("web_custom_request1",
"URL=YourURL",
"Method=POST",
"TargetFrame=_BLANK",
"Resource=0",
"RecContentType=text/xml",
"Referer=",
"Snapshot=t1.inf",
"Body=<ContentSynReq>
<descFileID>1111</descFileID>
<Add>
<Content>
<mcpContentID>222</mcpContentID>
<mcpChapterID>333</mcpChapterID>
<ocfURL>/mhpt/OCFFile/11.ocf</ocfURL>
</Content>
</Add>
<Update>
<Content>
<updateType>1</updateType>
<contentID>333</contentID>
<chapterID>12321</chapterID>
<ocfURL>/mhpt/OCFFile/11.ocf</ocfURL>
</Content>
</Update>
</ContentSynReq>",
LAST); |
|