|
@@ -313,6 +313,7 @@ public class CallbackController {
|
|
|
if (!Check.isNull(checkUserAllocation)) {
|
|
|
returnMap.put("code", -1);
|
|
|
returnMap.put("desc", "授权失败,账号已被:" + checkUserAllocation.getUserName() + "绑定");
|
|
|
+ return returnMap;
|
|
|
}
|
|
|
|
|
|
String systemType = json.getString("systemType");
|