TA的每日心情 | 奋斗 2015-5-21 10:44 |
---|
签到天数: 1 天 连续签到: 1 天 [LV.1]测试小兵
|
测试的HTTP接口,post方法,在JMeter和RC里运行都是正常的,在LR中一直报错。
Action()
{
web_custom_request("overspeed",
"URL=http://10.23.101.221:8080/sc-eventalert-ws/ws/0.1/test/addEvent",
"Method=POST",
"Resource=0",
"Mode=HTTP",
"EncType=application/json;charset=UTF-8",
"Body={\"vehicleId\":3000546,\"partnerId\":10560,\"category\":\"超速报警\",\"detail\":{\"address\":{\"province\":\"北京市\",\"city\":\"北京市\",\"district\":\"丰台区\",\"road\":\"正阳大街\",\"poi\":\"药店(正阳大街)附近\"},\"alertTime\":\"2015-01-28 11:45:14\",\"alertType\":\"9\",\"appId\":10560,\"latitude\":\"39.84998562282986\",\"longitude\":\"116.289638671875\",\"overlayId\":10440,\"overlayName\":\"万发大厦-燕山站\",\"overlayPoints\":\"\",\"overlayType\":\"3\",\"speed\":60,\"strategyId\":17389,\"terminalId\":\"3000649\",\"valve\":\"1\"},\"location\":{\"lng\":\"116.50253\",\"lat\":\"39.91683\",\"speed\":\"19.82\"},\"time\":\"2015-03-11 16:22:11\"}",
LAST);
return 0;
}
返回错误:
Action.c(5): Error -26631: HTTP Status-Code=400 (Bad Request) for "http://10.23.101.221:8080/sc-eventalert-ws/ws/0.1/test/addEvent" [MsgId: MERR-26631]
Action.c(5): web_custom_request("overspeed") highest severity level was "ERROR", 220 body bytes, 313 header bytes [MsgId: MMSG-26388] |
|