多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
:-: **1.接口地址**:http://api.zishahui.vip/user-resources/search **2.支持格式**:json **3.请求方式**:post **4.请求参数**: |名称|必填|类型|说明| |---|:---:|--:|--:| |key|是|int|关键字| |type|否|int|1日记,2为百科,3匠人,4问答5杂志,6直播,不填默认搜用户和文章资讯| |user_id|否|int|用户ID| |page|否|int|页码| |limit|否|int|每页显示条数(默认10)| ***5.返回字段说明*** |名称|类型|说明| |---|:---:|--:|--:| |code|int|返回码| |msg|string|返回提示信息| |data|string|返回数据| |focus|int|1代表已关注,2代表互相关注| *******成功示列******* { "code": 1, "msg": "返回成功", "data": [ { "id": "8", "nick_name": "沐辰", "icon_path": "http://api.zishahui.vip/upload/userHead/8/c17dfec83b8f55e5f01335a79eb6d436.png", "fans": "3", "focus": 1 }, { "id": "40", "user_id": "98", "title": "紫砂之家沐辰", "content": "<p class=\"section txt\" style=\"word-break: break-all; word-wrap: break-word; margin: 20px 0px 0px; padding: 0px; line-height: 28px; font-size: 18px; color: rgb(51, 51, 51); font-family: &quot;Hiragino Sans GB&quot;, &quot;Helvetica Neue&quot;, Helvetica, STHeiTi, &quot;Microsoft Yahei&quot;, sans-serif; letter-spacing: normal; text-align: justify; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-text-size-adjust: auto;\">紫砂泥料似幻如真,才知紫段红拼,又悉清水降坡。说一千道一万,市面常见无非紫泥、底槽清、清水泥、段泥、红泥、朱泥几种。</p><p class=\"section txt\" style=\"word-break: break-all; word-wrap: break-word; margin: 20px 0px 0px; padding: 0px; line-height: 28px; font-size: 18px; color: rgb(51, 51, 51); font-family: &quot;Hiragino Sans GB&quot;, &quot;Helvetica Neue&quot;, Helvetica, STHeiTi, &quot;Microsoft Yahei&quot;, sans-serif; letter-spacing: normal; text-align: justify; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-text-size-adjust: auto;\">优点是透气性好,泡茶不易变质发馊,机械强度较高,注入沸水不会涨裂,导热系数低,壶身传热缓慢,保温性能优异。</p><p class=\"section txt\" style=\"word-break: break-all; word-wrap: break-word; margin: 20px 0px 0px; padding: 0px; line-height: 28px; font-size: 18px; color: rgb(51, 51, 51); font-family: &quot;Hiragino Sans GB&quot;, &quot;Helvetica Neue&quot;, Helvetica, STHeiTi, &quot;Microsoft Yahei&quot;, sans-serif; letter-spacing: normal; text-align: justify; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-text-size-adjust: auto;\">如何区别紫砂泥料和类紫砂的陶土泥料?</p><p class=\"section txt\" style=\"word-break: break-all; word-wrap: break-word; margin: 20px 0px 0px; padding: 0px; line-height: 28px; font-size: 18px; color: rgb(51, 51, 51); font-family: &quot;Hiragino Sans GB&quot;, &quot;Helvetica Neue&quot;, Helvetica, STHeiTi, &quot;Microsoft Yahei&quot;, sans-serif; letter-spacing: normal; text-align: justify; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-text-size-adjust: auto;\">一看密度,类紫砂的陶土较重,而真正的紫砂上手较轻;</p>", "visit_count": "0", "create_time": 1532074835, "nick_name": "雷雷雷", "icon_path": "http://api.zishahui.vip/upload/userHead/98/3de7a9f881f348b13e7b1169f65e1078.png" }, { "id": "31", "user_id": "8", "title": "猪猪沐辰", "content": "紫砂", "visit_count": "7", "create_time": 1531979200, "nick_name": "沐辰", "icon_path": "http://api.zishahui.vip/upload/userHead/8/c17dfec83b8f55e5f01335a79eb6d436.png", "focus": 1 } ], "has_next": true } *******失败******* { "code": -1, "msg": "缺少参数!", "data": [] }