请求例子:
apirq('user/mc', {
data: {
"page": 1,
"row": 2
}
})
返回数据结果:
{
"code": 0,
"msg": "ok",
"time": "1523843059",
"data": {
"page": 1,
"row": 2,
"count": 2,
"total_count": 3,
"total_page": 2,
"lists": [
{
"uid": "00000000********",
"code": "U5234865",
"utype": 2,
"orgid": "10000000********",
"username": "merch@ad",
"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": {
"merch_id": "1000000*********",
"code": "M00001",
"locked": 1,
"type": 1,
"status": 1,
"regist_time": "2017-12-01 00:00",
"expiry_time": "2020-01-01 00:00",
"create_time": "2017-12-04 11:04:26",
"update_time": "2017-12-04 11:04:26",
"country_id": 0,
"province_id": 0,
"city_id": 0,
"district_id": 0,
"street_id": 0,
"lng": "0.000000",
"lat": "0.000000",
"merch_key": "13u2wMHLHmz3mbeQ42GN29JvEDqSoPA8",
"ip_whitelist": "",
"name": "内建商户",
"initials": "",
"english_name": "",
"contacts": "开发员",
"mobile": "13800000000",
"email": "",
"tel": "",
"address": "成都一环路三段9号",
"description": "",
"remark": "",
"status_text": "正常",
"type_text": "开发模式",
"locked_text": "已锁定",
"otype_name": "商户"
}
},
{
"uid": "0000000*********",
"code": "U6516132",
"utype": 2,
"orgid": "1000000*********",
"username": "merch@cw",
"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": {
"merch_id": "100000**********",
"code": "M00001",
"locked": 1,
"type": 1,
"status": 1,
"regist_time": "2017-12-01 00:00",
"expiry_time": "2020-01-01 00:00",
"create_time": "2017-12-04 11:04:26",
"update_time": "2017-12-04 11:04:26",
"country_id": 0,
"province_id": 0,
"city_id": 0,
"district_id": 0,
"street_id": 0,
"lng": "0.000000",
"lat": "0.000000",
"merch_key": "13u2wMHLHmz3mbeQ42GN29JvEDqSoPA8",
"ip_whitelist": "",
"name": "内建商户",
"initials": "",
"english_name": "",
"contacts": "开发员",
"mobile": "13800000000",
"email": "",
"tel": "",
"address": "成都一环路三段9号",
"description": "",
"remark": "",
"status_text": "正常",
"type_text": "开发模式",
"locked_text": "已锁定",
"otype_name": "商户"
}
}
]
}
}