请求例子:
apirq('user/pf')
返回数据结果:
{
"code": 0,
"msg": "ok",
"time": "1523603863",
"data": {
"page": 1,
"row": 15,
"count": 3,
"total_count": 3,
"total_page": 1,
"lists": [
{
"uid": "00000***********",
"code": "U8212376",
"utype": 1,
"orgid": "1000************",
"username": "admin",
"status": 1,
"nickname": "系统内建管理员",
"head": "",
"sex": 1,
"email": "2715*****@qq.com",
"mobile": "1345*******",
"tel": "",
"invite_code": "5336AEAC",
"invite_code_from": "",
"reg_ip": "127.0.0.1",
"reg_time": "2017-12-11 16:43:31",
"login": 47,
"last_login_ip": "182.150.27.156",
"last_login_time": "2018-03-27 08:53:43",
"realname": "系统内建管理员",
"realname_initials": "",
"birthday": "",
"qq": "",
"ua": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.104 Safari/537.36 Core/1.53.4882.400 QQBrowser/9.7.13059.400",
"remark": "",
"orginfo": {
"sys_id": "1000************",
"code": "S100000000",
"country_id": 1,
"province_id": 2,
"city_id": 2,
"district_id": 3,
"street_id": 1,
"lng": "2.000000",
"lat": "3.000000",
"name": "系统safd",
"initials": "xt",
"english_name": "system",
"address": "成都",
"contacts": "小小",
"mobile": "13412345678",
"tel": "",
"fax": "",
"email": "asdf@s.com",
"cover": "",
"picture_list": "",
"img_business_license": "",
"img_transport_license": "",
"img_corporation_idcard": "",
"description": "平台系统",
"remark": "",
"otype_name": "系统"
}
},
// ........
]
}
}