关联店铺(新)
POST
/Home/Mall/mallList
最后修改时间: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
object
数据字典
mall_name
string
必需
sku_spec
string
必需
expires
string
必需
mobile
string
必需
sk_set
integer
示例:1
goods_set
integer
示例:1
refund_set
integer
示例:1
expires_date
string
必需
data
array [object {12}]
关联列表
示例
{
"code": 0,
"message": "string",
"cont": {
"logo": "string",
"mall_name": "string",
"sku_spec": "string",
"expires": "string",
"mobile": "string",
"sk_set": 0,
"goods_set": 0,
"refund_set": 0,
"expires_date": "string",
"data": [
{
"expires": "string",
"mobile": "string",
"uid": "string",
"nick": "string",
"mall_name": "string",
"accessToken": "string",
"sku_spec": "string",
"logo": "string",
"is_zd": 0,
"expires_date": "string",
"type": "string",
"is_hidden": 0
}
]
}
}
修改于 2024-11-20 07:22:12