|
@@ -223,7 +223,7 @@ public class AccountUtils {
|
|
|
if (!StringUtils.isEmpty(saveUrl)) {
|
|
if (!StringUtils.isEmpty(saveUrl)) {
|
|
|
ModelMap formData = new ModelMap();
|
|
ModelMap formData = new ModelMap();
|
|
|
saveUrl = saveUrl + "/info/name";
|
|
saveUrl = saveUrl + "/info/name";
|
|
|
- formData.put("spaceName", spaceName);
|
|
|
|
|
|
|
+ formData.put("name", spaceName);
|
|
|
HttpUtil.ResponseWrap res = HttpUtil.doGet(saveUrl, formData);
|
|
HttpUtil.ResponseWrap res = HttpUtil.doGet(saveUrl, formData);
|
|
|
if (!res.isSuccess()) {
|
|
if (!res.isSuccess()) {
|
|
|
throw new Exception(res.getContent());
|
|
throw new Exception(res.getContent());
|