- 后台接口
- 前台接口
- 【新】后台接口
- 【新】前台接口
编辑贴纸分类
开发中
POST
adminapi/decals.decalsCategory/edit
请求参数
Body 参数multipart/form-data
name
string
名称
status
string
可选
sort
string
排序
id
string
id
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'adminapi/decals.decalsCategory/edit' \
--form 'name=""' \
--form 'status=""' \
--form 'sort=""' \
--form 'id=""'
返回响应
🟢200成功
application/json
Body
code
integer
必需
show
integer
必需
msg
string
必需
data
array[string]
必需
示例
{
"code": 1,
"show": 1,
"msg": "添加成功",
"data": []
}
修改于 2024-01-10 07:42:05