update 对接lianlian平台

This commit is contained in:
2024-05-08 19:02:54 +08:00
parent 7f342435fa
commit 541cdc1cc1
4 changed files with 26 additions and 11 deletions

View File

@@ -138,11 +138,6 @@ public class JWTUtils {
* @return
*/
public static boolean checkThirdPartyToken(String token) {
if (StringUtils.equals(token, "jsowellTest")) {
// 为了方便测试token为jsowellTest校验通过
return true;
}
token = getToken(token);
if (StringUtils.isBlank(token)) {
throw new BusinessException(ReturnCodeEnum.CODE_TOKEN_ERROR);