店铺列表
POST
/home/mall/mallList
最后修改时间:2024-11-20 05:52:12
请求参数
Header 参数
token
string
必需
Body 参数multipart/form-data
object {0}
返回响应
🟠400响应参数
application/json
Body
code
integer
示例:0
message
string
示例:成功
cont
object
数据字典
logo
string
示例:
mall_name
string
必需
sku_spec
string
示例:
expires
integer
必需
mobile
string
示例:
sk_set
integer
示例:1
goods_set
integer
示例:1
gl_price
number
示例:0.5
refund_set
integer
示例:1
expires_date
string
必需
data
array [object {49}]
数据列表
示例
{
"code": 0,
"message": "string",
"cont": {
"logo": "string",
"mall_name": "string",
"sku_spec": "string",
"expires": 0,
"mobile": "string",
"sk_set": 0,
"goods_set": 0,
"gl_price": 0,
"refund_set": 0,
"expires_date": "string",
"data": [
{
"uid": "string",
"plat": "string",
"nick": "string",
"mall_name": "string",
"logo": "string",
"is_wl": 0,
"accesstoken": "string",
"refreshtoken": "string",
"expires": 0,
"deadtime": 0,
"logintime": 0,
"addtime": 0,
"loginip": "string",
"email": "string",
"mobile": "string",
"password": "string",
"uCode": "string",
"secret": "string",
"score": 0,
"autorefund": 0,
"adType": 0,
"syncway": 0,
"isZw": 0,
"sku_id": "string",
"sku_spec": "string",
"Inviter": "string",
"InviterStatus": 0,
"reward_money": 0,
"allow_time": {},
"tbtime": {},
"pdp_modified": 0,
"is_tb": 0,
"is_sp_tb": 0,
"aqcode": "string",
"sevenday": 0,
"tel": "string",
"is_check": 0,
"seventime": {},
"goods_set": 0,
"refund_set": 0,
"sk_set": 0,
"is_tg": 0,
"tg_time": {},
"gl_price": "string",
"rights_type": 0,
"is_zd": 0,
"expires_date": "string",
"type": "string",
"is_hidden": 0
}
]
}
}
修改于 2024-11-20 05:52:12