💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
**取得附近商家信息** ``` GET /nearby-producer?arc={arc} ``` **Parameters** |Name|Type|Description| |---|---|---| |arc|integer|`查询公里数`| |page|integer|`第几页`| **Response** <pre> Status:200 OK { { "id": 1, "im_id": 0, "producer_name": "HelloWorld", "producer_avatar": { "name": "933B5270BE694759817411A236CA9E23.png", "color": "83582c", "width": 1024, "height": 747 }, "credit": 2.5, "service_type": "丽人", "service_category": [ "美容/SPA", "产后塑形" ], "type": 0, "opening_status": 0, "authentication_stauts": 3, "created_at": "2015-08-27T10:00:42+08:00", "collect_status": 1 "geo":{ "lng": 116.3513, "lat": 40.01976 }, }, ...... } </pre>