|
5#
楼主 |
发表于 2013-10-12 10:29:58
|
只看该作者
//Correlation comment - Do not change!Original value='30' Name ='cusid'
就是关联这个30报错
web_reg_save_param_ex(
"ParamName=cusid",
"LB=status-",
"RB=\" class",
"Ordinal=10",
SEARCH_FILTERS,
"Scope=Body",
"RequestUrl=*/enterprise_customers*",
LAST);
报错如下:
kehu.c(124): Error -35061: No match found for the requested parameter "cusid". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 256 bytes, use web_set_max_html_param_len to increase the parameter size [MsgId: MERR-35061]
kehu.c(124): web_url("2") highest severity level was "ERROR", 108 body bytes, 1596 header bytes [MsgId: MMSG-26388],我分析,可能是下的关联不对?如图
|
|