鹭岛 发表于 2013-8-20 11:30:39

十万火急,关联不上,求救!(已解决)

本帖最后由 鹭岛 于 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"         

鹭岛 发表于 2013-8-20 11:32:36

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

六月天 发表于 2013-8-20 11:42:14

你没看清The "RequestUrl=*/submitVoucher.json*" argument (number 7) is unrecognized or misplaced这个错误吗

云层 发表于 2013-8-20 12:00:39

十有八九是这个导致的错误
"RequestUrl=*/submitVoucher.json*",

云层 发表于 2013-8-20 12:02:02

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没出关联错误,就说明其实你关联到了

鹭岛 发表于 2013-8-20 13:53:33

回复 4# 云层


    可是为什么回放里面,这个变量都是指向这个json呢

地壳 发表于 2013-8-21 10:00:54

回复 1# 鹭岛


    LZ把解决方法及解决之后的代码发出来呗?
页: [1]
查看完整版本: 十万火急,关联不上,求救!(已解决)