企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## 贫困户详情接口 ~~~[api] get:/api/v2/lovestorePoorUser/detail *int:id=2#贫困户ID必填 <<< success { "msg": "获取成功!", "url": "", "data": { "poorUser": { "id": 1, "title": "大王庄-李文杰", "logo": "1", "tags": [ "李文杰" ], "description": "李文杰", "content": "<!DOCTYPE html>\n<html>\n<head>\n</head>\n<body>\n<p>李文杰</p>\n</body>\n</html>", "cover_ids": "[0]", "level": "0", "position": 0, "name": "李文杰", "phone": "15830415355", "view": 2, "bank_name": "中国农业银行", "bank_payee": "杨过", "bank_number": "622810086", "printer_name": "李文杰", "printer_machine_code": "test", "printer_phone": "test", "printer_client_id": "test", "printer_client_secret": "test", "status": 1, "created_at": "2018-07-20 14:32:06", "updated_at": "2018-07-23 15:07:00", "cover_path0": "https://dev.qa114.com/static/images/default.png" } }, "count": 0, "status": "success" } <<< error { "msg": "无此文章", "url": "", "status": "error" } ~~~