Commit a0c789c6 authored by 赵啸非's avatar 赵啸非

添加修改终端访问ip

parent 0b1e9fe8
......@@ -262,6 +262,7 @@ public class SetupProjectController extends BaseCRUDJsonBodyMappingController<Se
ret.put(KEY_RESULT_MSG, e.getMessage());
}
ret.put(KEY_RESULT_CODE, code);
ret.put(KEY_RESULT_MSG, "服务ip更新成功");
return ret.toJSONString();
}
......
......@@ -96,7 +96,7 @@ Content-Type: application/json
###更新终端访问服务端ip
POST {{baseUrl}}/serverIp/update
POST {{baseUrl}}/setup/project/serverIp/update
Content-Type: application/json
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment