|
|
@@ -360,6 +360,9 @@ public class UserspaceManagerController extends BaseController {
|
|
|
*/
|
|
|
@RequestMapping(value = "/register/other", method = RequestMethod.POST)
|
|
|
public ModelMap registerFromOther(Userspace userspace, User admin, String appId, @RequestParam(defaultValue = "true") boolean isSyncSource) {
|
|
|
+ System.err.println("userspace===>"+userspace.toString());
|
|
|
+ System.err.println("admin===>"+admin.toString());
|
|
|
+ System.err.println("appid==>"+appId);
|
|
|
if (userspace == null || admin == null) {
|
|
|
return error("参数错误");
|
|
|
}
|