mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update 对接lianlian平台
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user