企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
**简要描述:** - 自提门店详情 **请求URL:** - `/adminapi/selffetch_shop.selffetch_shop/detail` **请求方式:** - GET **参数:** |参数名 |必选 |类型 |说明 | | ------ | ------ | ------ |------ | |id |是 |int |门店ID | **返回示例** ``` { "code": 1, "show": 0, "msg": "", "data": { "id": 2, "name": "自提门店2", "image": "http://www.likeshopb2cv3.localhost//uploads/images/20210624114334f4df55394.jpg", "contact": "木子", "mobile": "17306643985", "province": 440000, "city": 440100, "district": 440104, "address": "天上人间", "longitude": "113.273423", "latitude": "23.13526", "business_start_time": "08:00:00", "business_end_time": "18:00:00", "weekdays": "1,2,3,4,5,6,7", "status": 1, "remark": "门店2简介", "create_time": "2021-08-11 15:07:12", "update_time": "2021-08-11 15:28:44", "delete_time": null } } ``` **返回参数: |参数名 |类型 |说明 | |:--| |name |string |门店名称 | |image |string |门店LOGO | |contact |string |联系人 | |mobile |string |联系电话 | |province |int |省 | |city |int |市 | |district |int |区 | |address |string |详细地址 | |longitude |string |经度 | |latitude |string |纬度 | |business_start_time |string |营业开始时间 | |business_end_time |string |营业结束时间 | |weekdays |string |营业周天,逗号隔开如 1,2,3,4,5,6,7 | |status |int |门店状态:1-启用;0-停用; | |remark |string |门店简介 |