简要描述:

请求域名:

  • http://xx.com

请求URL:

POST/plugin.local-life.api.store.match-store

参数:

参数名 是否必须 类型 说明
goods_id int 商品id
keyword string 关键词

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "success",
    "data": {
        "current_page": 1,
        "data": [
            {
                "id": 11,
                "uniacid": 1,
                "name": "测试门店1",
                "province_id": "110000",
                "city_id": "110100",
                "area_id": "110101",
                "province_name": "北京市",
                "city_name": "北京市",
                "area_name": "东城区",
                "address_detail": "付费",
                "longitude": "116.618209",
                "latitude": "39.99679",
                "tel": "075722285750",
                "midground_brand_id": "1",
                "open_time": [
                    {
                        "weeks": [
                            "周日",
                            "周一",
                            "周二"
                        ],
                        "times": [
                            {
                                "start_time": "1729564053000",
                                "end_time": "1729596454000"
                            },
                            {
                                "start_time": "1729538858000",
                                "end_time": "1729546060000"
                            }
                        ]
                    }
                ],
                "facilities_and_service": "访问访问",
                "business_license": "https://supply.yunzmall.com/uploads/file/38f84c9b9b6abc7b6c3b976770ce8098_20241021114253.jpeg",
                "created_at": "2024-10-22 10:28:08",
                "updated_at": "2024-10-22 10:28:08",
                "store_id": 0,
                "distance": 52
            }
        ],
        "first_page_url": "http://119.91.205.224//addons/yun_shop/api.php?page=1",
        "from": 1,
        "last_page": 1,
        "last_page_url": "http://119.91.205.224//addons/yun_shop/api.php?page=1",
        "links": [
            {
                "url": null,
                "label": "« 上一页",
                "active": false
            },
            {
                "url": "http://119.91.205.224//addons/yun_shop/api.php?page=1",
                "label": "1",
                "active": true
            },
            {
                "url": null,
                "label": "下一页 »",
                "active": false
            }
        ],
        "next_page_url": null,
        "path": "http://119.91.205.224//addons/yun_shop/api.php",
        "per_page": 15,
        "prev_page_url": null,
        "to": 1,
        "total": 1
    }
}

返回参数说明:(参看门店详情接口)

参数名 类型 说明