简要描述:
版本号 | 制定人 | 制定日期 | 修订日期 |
---|---|---|---|
1.0.0 | kevin | 2021-09-10 |
请求URL:
请求方式:
- GET
请求头:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
token | 是 | string | token参数 |
请求参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
module | 是 | string | 显示模块,请查看模块参数 |
shop_id | 是 | string | 店铺id |
返回示例:
正确时返回:
{
"status": 200,
"msg": "获取成功",
"data": {
"shop_id": 5,
"uid": 16,
"shop_name": "高老庄",
"shop_area": "广东省深圳市龙岗区",
"shop_address": "广东省深圳市龙岗区爱联小区",
"shop_self_support": 0,
"shop_class": [
"7"
],
"shop_business": 1,
"shop_longitude": "114.243548",
"shop_latitude": "22.703127",
"shop_create_time": "2020-07-01 23:02:27",
"shop_settlement_last_time": "2020-07-01 23:02:27",
"shop_settlement_cycle": 30,
"shop_status": 1,
"shop_audio_remark": "通过",
"shop_close_reason": null,
"star": "5.0",
"sales_volume": 0,
"shop_phone": "15768868260",
"shop_logo": "http://wzb.com/uploads/shop_logo/2020-08-07/5f2cf40657708.png",
"update_at": "1596781574",
"shop_describe": "《高老庄》是中国当代现实主义作家贾平凹的长篇小说之一"
}
}
错误时返回:
{
"status": 0,
"msg": "参数错误"
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
shop_id | int | 店铺id |
uid | int | 用户uid |
shop_name | string | 店铺名称 |
shop_area | string | 店铺地区 |
shop_address | string | 店铺详细地址 |
shop_self_support | string | 是否自营 0=非自营 1=自营 |
shop_class | array | 店铺分类数组 |
shop_business | string | 0:个人入驻 1:企业入驻 |
shop_longitude | string | 店铺经度 |
shop_latitude | string | 店铺维度 |
shop_create_time | string | 申请时间 |
shop_settlement_last_time | string | 上次结算时间 |
shop_settlement_cycle | string | 结算周期-天为单位-如果您想设置结算周期为一个月,则可以输入30 |
shop_status | int | 店铺状态 0:待审核 1:开店成功 2:待支付保证金 3:关闭 4:审核失败 |
shop_audio_remark | string | 审核备注 |
shop_close_reason | string | 关闭原因 |
star | string | 星级 |
sales_volume | string | 销量 |
shop_phone | string | 店铺手机号 |
shop_logo | string | 店铺logo |
update_at | string | 更新时间 |
shop_describe | string | 店铺简介 |
备注:
- 无
作者:admin 创建时间:2021-09-10 10:35
更新时间:2025-04-01 15:40
更新时间:2025-04-01 15:40