请求例子:
apirq('prtpl')
返回数据结果:
{
"code": 0,
"msg": "ok",
"time": "1523934899",
"data": {
"page": 1,
"row": 15,
"count": 1,
"total_count": 1,
"total_page": 1,
"lists": [
{
"id": 1,
"name": "运单打印修改",
"alias": "waybill",
"type": 1,
"content": "654321",
"create_time": "2018-04-17 11:02:13",
"create_by": {
"uid": "0000000000000001",
"code": "U1000000",
"username": "administrator",
"nickname": "超级管理员",
"realname": "超级管理员"
},
"update_time": "2018-04-17 11:10:42",
"update_by": {
"uid": "0000000000000001",
"code": "U1000000",
"username": "administrator",
"nickname": "超级管理员",
"realname": "超级管理员"
},
"status": 1
}
]
}
}