From 4b3efa82d7b5040e4140e4664d050aaed37c9788 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期五, 23 八月 2019 11:58:47 +0800 Subject: [PATCH] 限时抢购时间定义 --- fanli/src/main/java/com/yeshi/fanli/service/inter/push/IOSPushService.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/push/IOSPushService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/push/IOSPushService.java index 812422a..e95ff9c 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/inter/push/IOSPushService.java +++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/push/IOSPushService.java @@ -44,7 +44,7 @@ * @param uid * @return */ - public List<DeviceTokenIOS> getDeviceTokenListByUid(Long uid, List<String> listVersion) throws PushException; + public List<DeviceTokenIOS> getDeviceTokenListByUid(Long uid, String versionCodes) throws PushException; /** * 鑾峰彇DeviceToken涓嶄负绌虹殑鍒楄〃 -- Gitblit v1.8.0