请求例子:
apirq('user/np', {
data: {
"row": 2,
"page": 2
}
})
返回数据结果:
{
"code": 0,
"msg": "ok",
"time": "1523849684",
"data": {
"page": 2,
"row": 2,
"count": 1,
"total_count": 3,
"total_page": 2,
"lists": [
{
"uid": "0000000000000402",
"code": "U2313242",
"utype": 4,
"orgid": "1000000000000000",
"username": "netpt@yw",
"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": {
"net_id": "1000000000000000",
"code": "N00001",
"com_id": "1000000000000000",
"join_type": 1,
"status": 1,
"unloading": 1,
"create_time": "2017-12-11 14:58:16",
"create_by": {
"uid": "0000000000000101",
"code": "U4219695",
"username": "admin@cw",
"nickname": "系统内建财务员",
"realname": "系统内建财务员"
},
"update_time": "2018-03-28 11:02:23",
"update_by": {
"uid": "0000000000000101",
"code": "U4219695",
"username": "admin@cw",
"nickname": "系统内建财务员",
"realname": "系统内建财务员"
},
"delete_time": null,
"runin_time": "-",
"runout_time": "-",
"country_id": 1,
"province_id": 4,
"city_id": 44,
"district_id": 444,
"street_id": 0,
"lng": "104.056283",
"lat": "30.538562",
"joining_fee": "0.00",
"name": "内建网点",
"initials": "njwd",
"english_name": "innerbuild netpoint",
"address": "成都二路",
"contacts": "邓小林",
"mobile": "15902846112",
"tel": "",
"fax": "",
"email": "",
"cover": "",
"picture_list": "",
"img_business_license": "",
"img_transport_license": "",
"img_corporation_idcard": "",
"description": "",
"remark": "",
"cominfo": {
"com_id": "1000000000000000",
"code": "C00001",
"name": "内建机构",
"address": "成都一路",
"contacts": "邓小林",
"mobile": "15902846112"
},
"otype_name": "网点"
}
}
]
}
}