admin
2019-08-08 298251cfb5014e18fe25191f65bb65a0fca32904
fanli/src/main/java/com/yeshi/fanli/controller/client/v1/PushController.java
@@ -157,7 +157,8 @@
    */
   @RequestMapping(value = "/bindHWPush", method = RequestMethod.POST)
   public void bindHWDeviceToken(AcceptData acceptData, String token, Long uid, PrintWriter out) {
      deviceTokenHWService.addDeviceToken(token, acceptData.getDevice(), uid);
      deviceTokenHWService.addDeviceToken(token, acceptData.getDevice(), uid,
            Integer.parseInt(acceptData.getVersion()));
      out.print(JsonUtil.loadTrueResult("成功"));
   }