admin
2021-04-08 d7a3014c38dbb1061cba70e7dbb49d58831e6399
src/main/java/com/yeshi/buwan/controller/api/PushController.java
@@ -47,7 +47,7 @@
        PushDeviceToken token = new PushDeviceToken();
        token.setType(type);
        token.setType(PushDeviceToken.PushPlatform.valueOf(type));
        token.setDetailSystemId(acceptData.getDetailSystem().getId());
        token.setUtdId(acceptData.getUtdId());
        token.setToken(regId);