Commit 944dbab7 by huluobin

update

parent c66fbaf2
......@@ -344,7 +344,8 @@ public class CostController {
costService.applyCallback(applyCallbackUrlVo);
Map<String, Object> result = new HashMap<>();
result.put("success", false);
result.put("success", true);
result.put("msg", "success");
result.put("result", true);
return result;
......@@ -361,7 +362,7 @@ public class CostController {
costService.cashierCallback(cashierCallbackUrlVo);
Map<String, Object> result = new HashMap<>();
result.put("success", false);
result.put("success", true);
result.put("msg", "success");
result.put("result", true);
return result;
......
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