Commit d4d66eae authored by 陈炎's avatar 陈炎

🎨 埃安抖音数据接口

parent f044bd8a
......@@ -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