Commit c8632e52 authored by 陈宏杰's avatar 陈宏杰

赋值

parent 586d880e
...@@ -73,7 +73,7 @@ public class KoalaServiceImpl implements IKoalaService { ...@@ -73,7 +73,7 @@ public class KoalaServiceImpl implements IKoalaService {
} }
JSONObject jsonObject = JSONObject.parseObject(response); JSONObject jsonObject = JSONObject.parseObject(response);
if (jsonObject.getBoolean("success")) { if (jsonObject.getBoolean("success")) {
JsonResult.buildSuccessResult("已操作",response); jsonResult = JsonResult.buildSuccessResult("已操作",response);
} else { } else {
jsonResult = JsonResult.buildErrorStateResult(jsonObject.getString("msg")); jsonResult = JsonResult.buildErrorStateResult(jsonObject.getString("msg"));
} }
......
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