Commit 265408bf authored by 陈炎's avatar 陈炎

Merge branch 'dev-V11.15.0' into 'uat'

🎨 埃安抖音数据接口

See merge request !44
parents 97739f30 d4d66eae
......@@ -76,7 +76,7 @@ public class CommonDataController extends BaseController {
}
TokenVO vo = commonDataService.token(dto);
if (vo == null) {
return error();
return error("500", "用户凭证信息错误!");
}
return success(vo);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment