yujian
2020-06-29 f94a5a1d3fe9bde0e599d41f2d97caea1b08a88d
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;
   
   /**