新增快递信息查询接口

parent 5fe87412
......@@ -818,7 +818,7 @@ public class DataController {
jsonObejct.put("code", ResultEnum.SUCCESS.getCode());
jsonObejct.put("message","无数据");
}
jsonObejct.put("ist",relationList);
jsonObejct.put("dataList",relationList);
}catch (Exception e){
e.printStackTrace();
jsonObejct.put("code", ResultEnum.RESULT_ERROR.getCode());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment