admin
2021-01-27 e1a62ec62e7331d97af9302e90e1ce44af8235eb
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;
   
   /**