版本列表
POST
/Home/Index/getEdition
最后修改时间:2024-11-20 07:22:12
请求参数
Header 参数
token
string
必需
Body 参数multipart/form-data
object {0}
返回响应
🟠400响应参数
application/json
Body
code
integer
示例:0
message
string
示例:版本列表
cont
array [object {13}]
数据列表
id
string
示例:1
pid
string
示例:0
sku_id
string
必需
sku_spec
string
必需
expire_time
string
必需
sku_desc
string
必需
shop_num
string
示例:10
sku_introduction
string
示例:
sku_price
string
必需
is_show
string
示例:0
sort
string
示例:0
create_time
object
示例:null
update_time
object
示例:null
示例
{
"code": 0,
"message": "string",
"cont": [
{
"id": "string",
"pid": "string",
"sku_id": "string",
"sku_spec": "string",
"expire_time": "string",
"sku_desc": "string",
"shop_num": "string",
"sku_introduction": "string",
"sku_price": "string",
"is_show": "string",
"sort": "string",
"create_time": {},
"update_time": {}
}
]
}
修改于 2024-11-20 07:22:12