admin
2021-07-29 0fc0456a587d985fda71c66b9764fe1d5e3c6421
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);