💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## 贫困户列表 ~~~[api] get:/api/v3/publicwelfare/lovestorePoorUser/lists *int:page=1#分页页码 *int:limit=10#分页数量 *int:position=1#推荐位 <<< success { "msg": "获取成功!", "url": "", "data": { "poorUsers": [ { "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": 0, "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-20 14:48:51", "cover_path0": "https://dev.qa114.com/static/images/default.png" } ] }, "count": 0, "status": "success" } <<< error { "msg": "无此分类", "url": "", "status": "error" } ~~~