admin
2021-04-03 32d6c2ea8039b4771fd6b1ded8b022733e32352f
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);