文档
测试

addone(增加一个top栏)

POST
http://localhost:8081/top/addone

请求参数

参数名
类型
描述
必填
topName
string
必填
topType
string
必填
topRoute
string
必填
tabId
long
必填
sort
integer
必填
fixed
integer
1为设置为不可删除
必填

响应参数

参数名
类型
描述
必填
RespBean
自定义类
必填

说明 / 示例

if (result == 1) { return new RespBean("success", top.getTopName()+" 添加成功"); } else { return new RespBean("error", top.getTopName()+" 添加失败"); }