请求例子:
apirq('item', {
data: {}
})
返回数据结果:
{
"code": 0,
"msg": "ok",
"time": "1523438524",
"data": {
"page": 1,
"row": 15,
"count": 15,
"total_count": 18,
"total_page": 2,
"lists": [
{
"id": 1,
"click": 0,
"cid": 4,
"mid": 20,
"update_time": "2016-09-05 17:39:48",
"create_time": "2016-09-05 17:39:48",
"sort": 10,
"is_home": 0,
"status": 1,
"uid": null,
"pid": null,
"price": 0,
"stock": 1,
"praise": 0,
"comments": 0,
"collect": 0,
"color": "",
"title": "组织机构是做什么用的?如何操作?",
"imgpic": null,
"imgpiclist": null,
"attachment": null,
"format": null,
"keywords": null,
"description": null,
"account": null,
"cover": null,
"address": null,
"shopcartimg": null,
"link": "",
"praiselist": null,
"collectlist": null,
"content": "\r\n\t组织机构是平台添加加盟公司的入口,录入机构以后,代表着该公司已经是平台的加盟会员企业!\r\n
\r\n\r\n\t只有平台帐户可以添加组织机构,而非平台帐户不能查看以及操作组织机构!\r\n
"
},
{
"id": 2,
"click": 0,
"cid": 4,
"mid": 20,
"update_time": "2016-09-19 12:12:56",
"create_time": "2016-09-19 12:12:56",
"sort": 1,
"is_home": 0,
"status": 1,
"uid": null,
"pid": null,
"price": 0,
"stock": 1,
"praise": 0,
"comments": 0,
"collect": 0,
"color": "",
"title": "机构成员的作用?",
"imgpic": null,
"imgpiclist": null,
"attachment": null,
"format": null,
"keywords": null,
"description": null,
"account": null,
"cover": null,
"address": null,
"shopcartimg": null,
"link": "",
"praiselist": null,
"collectlist": null,
"content": "机构成员主要是针对机构内的网点以及网点员工进行管理,并且针对机构内部的业务进行一些机制处理;"
},
// ..........
]
}
}