ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
## 商家详情接口 ~~~[api] get:/api/v2/shop/detail *int:id=1#商家ID string:name= #商家名称 <<< success { "msg": "获取成功!", "url": "", "data": { "shop": { "id": 1, "uid": 0, "title": "肖家庄村李文杰", "logo": "", "category_id": 2, "tags": "特级贫困户,中级贫困户", "description": "", "content": "李文杰是……", "cover_ids": "", "level": 0, "position": "", "name": "", "phone": "", "province": "", "city": "", "county": "", "town": "", "address": "", "business_license_cover_id": 0, "corporate_name": "", "corporate_idcard": "", "corporate_idcard_cover_id": 0, "comment": 0, "view": 6, "comment_status": "", "rate": 0, "open_days": "", "open_times": "", "type": 1, "bank_name": "", "bank_payee": "", "bank_number": "", "open_status": 1, "status": 1, "created_at": "", "updated_at": "2018-07-12 16:36:26" }, "category": { "id": 2, "uuid": "ebbdd918-71c9-b304-147e-2b663436c2e7", "uid": 0, "pid": 0, "title": "爱心商城", "sort": 0, "cover_id": "0", "name": "lovestore", "description": "爱心商城", "count": 0, "index_tpl": "goods/index", "lists_tpl": "goods/lists", "detail_tpl": "goods/detail", "page_num": 10, "status": 1, "type": "GOODS", "created_at": "", "updated_at": "2018-05-22 09:16:54", "deleted_at": "" } }, "count": 0, "status": "success" } <<< error { "msg": "无此商家!", "url": "", "status": "error" } ~~~