简要描述:
- 搜索门店/供应商信息
请求域名:
- http://xx.com
请求URL:
route=plugin.help-user-buying.admin.index.get-source
返回示例:
正确时返回:
# 门店
{
"result": 1,
"msg": "ok",
"data": {
"stores": [
{
"id": 1,
"store_name": "dfsaf",
"full_address": " ",
"dispatch": null,
"average_score": 5,
"order_total": 0,
"validity_status_name": "入驻中"
}
]
}
}
#供应商
{
"result": 1,
"msg": "ok",
"data": {
"supplier": [
{
"id": 1,
"realname": "fdasdfa",
"supplier_id": 1
}
]
}
}
请求参数说明:
参数名 | 类型 | 说明 |
---|---|---|
名称 | 类型 | 说明 |
source | string | 来源 (store-cashier & supplier) |
source_input | int & string | 搜索值 |