admin
2022-05-06 8cc3c660bdaaaa6a46eecadb78e4e9c17a07c227
app/src/main/java/com/yeshi/makemoney/app/service/manager/PushManager.java
@@ -9,6 +9,7 @@
import com.yeshi.makemoney.app.entity.config.SystemConfigKey;
import com.yeshi.makemoney.app.service.inter.config.SystemConfigService;
import com.yeshi.makemoney.app.vo.AcceptData;
import org.apache.dubbo.config.annotation.Reference;
import org.springframework.stereotype.Component;
import javax.annotation.Resource;
@@ -23,7 +24,7 @@
@Component
public class PushManager {
    //@Reference(version = "1.0")
//    @Reference(version = "1.0",check = false)
    private BDeviceTokenService bdeviceTokenService;
    @Resource