|
本帖最后由 丝路 于 2011-6-17 14:25 编辑
下面是出错脚本的位置
lr_start_transaction("bcbz");
web_custom_request("labelManage",
"URL=http://10.8.1.20:8855/topgis/service/labelManage/", (此处是出错位置)
"Method=POST",
"Resource=0",
"RecContentType=application/json",
"Referer=http://10.8.1.20:8855/topgis/service/sui/icis/labelmanage/pagebar/default/areacode/241000000000000001/default?code=001&name=%25E6%258B%2593%25E6%2599%25AE%25E4%25B8%25B0%25E8%2581%2594#",
"Snapshot=t10.inf",
"Mode=HTML",
"EncType=application/json",
"Body={\"LABEL\":{\"id\":\"{id}\",\"mark\":\"huibeizhu\",\"parentId\":\"\",\"code\":\"{code}\",\"name\":\"{name}\",\"address\":\"huizhizhi\",\"groupId\":\"icis\",\"areaId\":\"241000000000000001\",\"description\":\"huimiaoshu\",\"smx\":\"{smx}\",\"smy\":\"{smy}\",\"valid\":1}}", (红色是参数化的地方)
EXTRARES,
"Url=/topgis/images/marker/marker_0.gif", "Referer=http://10.8.1.20:8855/topgis/service/sui/icis/labelmanage/pagebar/default/areacode/241000000000000001/default?code=001&name=%25E6%258B%2593%25E6%2599%25AE%25E4%25B8%25B0%25E8%2581%2594", ENDITEM,
LAST);
lr_end_transaction("bcbz",LR_AUTO); |
|