请求例子:
apirq('user/ct')
返回数据结果:
{
"code": 0,
"msg": "ok",
"time": "1523851073",
"data": {
"page": 1,
"row": 15,
"count": 1,
"total_count": 1,
"total_page": 1,
"lists": [
{
"uid": "1000000000000000",
"code": "U0000001",
"utype": 0,
"orgid": "",
"username": "iuser",
"status": 1,
"nickname": "系统内建普通用户",
"head": "",
"sex": 0,
"email": "",
"mobile": "",
"tel": "",
"invite_code": "",
"invite_code_from": "",
"reg_ip": "0.0.0.0",
"reg_time": "1970-01-01 08:00:00",
"login": 0,
"last_login_ip": "0.0.0.0",
"last_login_time": "1970-01-01 08:00:00",
"realname": "",
"realname_initials": "",
"birthday": "",
"qq": "",
"ua": "",
"remark": "",
"delete_time": null,
"orginfo": []
}
]
}
}