Commit 2c7625e8 authored by 王向伟's avatar 王向伟

加上参数加密

parent 0c3d6940
...@@ -125,7 +125,9 @@ public interface KoalaCenter { ...@@ -125,7 +125,9 @@ public interface KoalaCenter {
@Override @Override
public JsonResult<XyqbCurrentOrderStatusServiceResultModel> getOrderStatus(Map paramMap) { public JsonResult<XyqbCurrentOrderStatusServiceResultModel> getOrderStatus(Map paramMap) {
return null; JsonResult jsonResult = JsonResult.buildError("查询出错");
jsonResult.setSuccess(false);
return jsonResult;
} }
@Override @Override
......
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