fanli/src/main/java/com/yeshi/fanli/service/inter/push/IOSPushService.java
@@ -4,6 +4,7 @@ import com.yeshi.fanli.entity.push.DeviceTokenIOS; import com.yeshi.fanli.entity.push.PushQueueRecord; import com.yeshi.fanli.exception.push.PushException; /** * IOS推送服务 @@ -43,7 +44,7 @@ * @param uid * @return */ public List<DeviceTokenIOS> getDeviceTokenListByUid(Long uid, List<String> listVersion); public List<DeviceTokenIOS> getDeviceTokenListByUid(Long uid, String versionCodes) throws PushException; /** * 获取DeviceToken不为空的列表