添加轮播
POST
banner/save最后修改时间: 2 年前
责任人:
请求参数
Header 参数
Authorization
string
必需
示例值:
{{login-token}}
Body 参数application/x-www-form-urlencoded
title
string
轮播标题
示例值:
inis open api
description
string
轮播描述
示例值:
新一代博客系统
img
string
轮播封面
示例值:
https://inis.cc/storage/users/head/uid-1/1642299935.gif
url
string
轮播跳转地址
示例值:
https://docs.inis.cc
opt
integer
可选
自定义字段,自由发挥(只能是键值对对象)
longtext
string
自由发挥
示例代码
返回响应
请求成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
状态码
msg
string
信息
data
string | integer | boolean | array | object | number | null
数据
示例
{
"code": 200,
"msg": "成功!",
"data": 3
}
最后修改时间: 2 年前