|
|
@@ -118,7 +118,7 @@ public class UserspaceServiceImpl implements UserspaceService {
|
|
|
App tempApp = appService.findOne(appId);
|
|
|
if (tempApp != null && StringUtils.isEmpty(tempApp.getUserControl())
|
|
|
&& !StringUtils.isEmpty(tempApp.getBackSpaceUrl())) {
|
|
|
- String url = tempApp.getBackUserUrl();
|
|
|
+ String url = tempApp.getBackSpaceUrl();
|
|
|
JSONObject formData = JSON.parseObject(JSON.toJSONString(userSpaceView));
|
|
|
HttpUtil.ResponseWrap res = null;
|
|
|
try {
|