yj
2020-03-13 2f2860b50f24e5e3598d223db03d43df61d95c97
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;
   
   /**