|
|
@@ -567,7 +567,7 @@ public class UserServiceImpl implements UserService {
|
|
|
public Void call(String appId) {
|
|
|
App tempApp = appService.findOne(appId);
|
|
|
if (tempApp != null && StringUtils.isEmpty(tempApp.getUserControl())
|
|
|
- && !StringUtils.isEmpty(tempApp.getBackUserUrl())) {
|
|
|
+ && !StringUtils.isEmpty(tempApp.getBackUserUrl()) && !"im".equals(appId)) {
|
|
|
String url = tempApp.getBackUserUrl();
|
|
|
JSONObject formData = JSON.parseObject(JSON.toJSONString(finalUser));
|
|
|
formData.put("password", finalUser.getPassword());
|