admin
2020-03-20 f0d06601a6be8c09ef5e8e7e76666cb1e8ef72a5
fanli/src/main/java/com/yeshi/fanli/service/inter/user/TokenRecordService.java
@@ -26,7 +26,7 @@
    * @return
    * @throws TokenRecordException
    */
   public TokenVO discernToken(String token, Long uid, AcceptData acceptData) throws TokenRecordException;
   public TokenVO discernToken(String token, Long uid, String platform,String version) throws TokenRecordException;
   
   /**