请求例子:
apirq('guestbook')
返回数据结果:
{
"code": 0,
"msg": "ok",
"time": "1523512081",
"data": {
"page": 1,
"row": 15,
"count": 5,
"total_count": 5,
"total_page": 1,
"lists": [
{
"id": 1,
"status": 0,
"create_time": "2017-06-19 16:17:45",
"update_time": "2017-06-19 16:17:45",
"name": "黄杰",
"mobile": "18516141822",
"mail": "jie.huang@ximucredit.com",
"company": "徙木金融信息服务(上海)有限公司",
"contacts": "",
"tel": "",
"content": ""
},
{
"id": 2,
"status": 0,
"create_time": "2017-07-11 11:03:04",
"update_time": "2017-07-11 11:03:04",
"name": "侯建锋",
"mobile": "18650014706",
"mail": "739170761@qq.com",
"company": "广州巨能运物流有限公司",
"contacts": "",
"tel": "",
"content": ""
},
// ......
]
}
}