yujian
2020-04-02 0ec22dcf4fd9c4496e6f681e7fab89f56c6e4e8a
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;
   
   /**