addTop(增加top栏)
POST
http://localhost:8081/top
接口描述
增加top栏
请求参数
参数名
类型
描述
必填
id
int
id自增
必填
topset_name
string
top栏id
必填
component_type
string
组件类型:0首页,1文章列表,2文章列表,3带侧边文章,4人像列表,5文章
必填
route
string
top栏路由
必填
响应参数
参数名
类型
描述
必填
status
String
成功返回success,失败返回error
必填
msg
String
中文表示成功还是失败
必填