Commit e149245d authored by 赵啸非's avatar 赵啸非

添加照片海康下载

parent 52c968fb
......@@ -101,7 +101,7 @@ public class DingTalkLoginController extends BaseCRUDJsonBodyMappingController<U
//根据code 查询钉钉用户id
Rest<String> personRest = dingPersonService.getPersonByCode(req.getCode());
if (personRest.getCode() != YesNoEnum.YES.getValue()) {
throw new AppException(String.format("获取钉钉用户异常,{}", personRest.getMsg()));
throw new AppException(String.format("获取钉钉用户异常,%s", personRest.getMsg()));
}
//根据钉钉的用户查询系统绑定的用户,获取
UserQuery userQuery = new UserQuery();
......
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