|
本帖最后由 鹭岛 于 2013-8-20 19:25 编辑
//{"id":"b65ef981ec7a42db83594d9adbf38925","message":"鎻愪氦瀹℃牳鎴愬姛锛?,"success":true},这串是在tree view的body中看到的!日志中也能看到!
web_reg_save_param_ex(
"ParamName=ParamVoucher",
"LB={\"id:\"",
"RB=\",\"message\":\"鎻愪氦瀹℃牳鎴愬姛锛?,\"success\":true}",//RB写到message也是报错!
SEARCH_FILTERS,
"Scope=Body",
"Ordinal=1",
//"IgnoreRedirections=Yes",
"RequestUrl=*/submitVoucher.json*",
LAST);
加了一个savelen就解决了
始终报错:
Action.c(37): Continuing after Error -26396: The "RequestUrl=*/submitVoucher.json*" argument (number 7) is unrecognized or misplaced [MsgId: MERR-26396]
Action.c(37): Registering web_reg_save_param_ex highest severity level was "ERROR" [MsgId: MMSG-26389]
|
|