十万火急,关联不上,求救!(已解决)
本帖最后由 鹭岛 于 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
Action.c(37): Registering web_reg_save_param_ex highest severity level was "ERROR"
Ordinal=1如果改成all
则报:
Action.c(48): Warning: The string 'newParam_count' with parameter delimiters is not a parameter.
Action.c(49): Number of items found = 0
另外那个IgnoreRedirections=Yes如果没有注释掉则报:
The "IgnoreRedirections=Yes" argument (number 7) is unrecognized or misplaced 你没看清The "RequestUrl=*/submitVoucher.json*" argument (number 7) is unrecognized or misplaced这个错误吗 十有八九是这个导致的错误
"RequestUrl=*/submitVoucher.json*", Ordinal=1如果改成all
则报:
Action.c(48): Warning: The string 'newParam_count' with parameter delimiters is not a parameter.
Action.c(49): Number of items found = 0
这个错误是你后面自己写的参数名称错误,用ALL没出关联错误,就说明其实你关联到了 回复 4# 云层
可是为什么回放里面,这个变量都是指向这个json呢 回复 1# 鹭岛
LZ把解决方法及解决之后的代码发出来呗?
页:
[1]