AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
**取得附近商家信息** ``` 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>