yujian
2019-12-14 66ce041f0f1077bb75d1b5265da9065511f5e6ca
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)));
   }