yujian
2019-11-27 e915a40b79552686b8d8a8cfc48a341fa2c0f518
fanli/src/main/java/com/yeshi/fanli/controller/admin/MessageController.java
@@ -27,7 +27,7 @@
   @RequestMapping(value = "getZhuShou")
   public void getZhuShou(String callback, PrintWriter out) {
      // 返利券小助手
      // 板栗快省小助手
      MsgCommonDTO zhuShouMsg = msgConfigService.getZhuShouMsg();
      JsonUtil.printMode(out, callback, JsonUtil.loadTrueResult(new Gson().toJson(zhuShouMsg)));
   }