3.15获取商家列表
优质
小牛编辑
127浏览
2023-12-01
说明
api接口获取商家列表请求地址
http://api.dc78.cn/Api/sys_getMcList
请求方式
POST
请求参数
参数 | 参数名称 | 描述 |
mcid | 商家编号 | 非必填 |
name | 商家名称 | 非必填 |
msid | 门店名称 | 非必填 |
expiry_time_start | 过期开始时间 | 非必填 |
expiry_time_end | 过期结束时间 | 非必填 |
last_sort_id | 分页字段(取最后一条数据中的last_sort_id),默认0 | |
page_size | 每页数量(默认20条,最大50条) |
返回
{
"status":"1",
"info":"ok",
"count":"47",
"list":[
{
"mcid":"4124",
"name":"果盘测试",
"path":"gpcs",
"city":"苏州市",
"create_time":"2018-07-06 09:43:20",
"type":"微餐厅",
"expiry_date":"2018-08-05",
"appid":"wxc0c060*******9e2",
"last_sort_id":"4124"},
{
"mcid":"678",
"name":"果盘网络",
"path":"gpwl",
"city":"苏州市",
"create_time":"2018-07-05 12:52:15",
"type":"微餐厅",
"expiry_date":"2018-08-04",
"appid":"wxc0c060*******9e2",
"last_sort_id":"678"
},
],
"server_timestamp":1531208280,
"server_time":"2018-07-10 15:38:00",
"server_name":"wx-task2.hz",
"msid":"6786"
}