|
|
@@ -612,6 +612,10 @@ public class UserServiceImpl implements UserService {
|
|
|
throw new Exception(res.getContent());
|
|
|
} else {
|
|
|
JSONObject obj = JSON.parseObject(res.getContent());
|
|
|
+ if (obj.getString("resultMsg") != null) {
|
|
|
+ syncLog.error(appId, msg + ",同步用户信息失败", formData.toString(), res.getContent());
|
|
|
+ }
|
|
|
+ syncLog.error(appId, msg + ",同步用户信息成功", formData.toString(), res.getContent());
|
|
|
return obj.getString("dialectUID");
|
|
|
}
|
|
|
}
|