|
@@ -102,8 +102,10 @@ public class LogisticsController extends BaseApiController {
|
|
|
|
|
|
IBaseClient baseClient = new QueryTrackMap();
|
|
|
try {
|
|
|
+ logger.info("物流查询参数:{}", queryTrackReq);
|
|
|
HttpResult execute = baseClient.execute(queryTrackReq);
|
|
|
String body = execute.getBody();
|
|
|
+ logger.info("物流查询返回结果:{}", body);
|
|
|
JSONObject jsonObject = JSONUtil.parseObj(body);
|
|
|
String flag = jsonObject.getStr("result");
|
|
|
if (StringUtils.equals(flag, "false")) {
|