请求例子:
apirq('netpoint', {
data: {
"page": 1
}
})
返回数据结果:
{
"code": 0,
"msg": "ok",
"time": "1523588625",
"data": {
"page": 1,
"row": 15,
"count": 2,
"total_count": 2,
"total_page": 1,
"lists": [
{
"net_id": "155a4f2767ea880e",
"code": "N18291",
"com_id": "8cfdaaa5d4db26de",
"join_type": 1,
"status": 1,
"unloading": 1,
"create_time": "2017-12-15 11:28:23",
"create_by": {
"uid": "0000000000000101",
"code": "U4219695",
"username": "admin@cw",
"nickname": "系统内建财务员",
"realname": "系统内建财务员"
},
"update_time": "2018-03-20 13:34:51",
"update_by": {
"uid": "0000000000000001",
"code": "U1000000",
"username": "administrator",
"nickname": "超级管理员",
"realname": "超级管理员"
},
"delete_time": null,
"runin_time": "-",
"runout_time": "-",
"country_id": 1,
"province_id": 2498,
"city_id": 2611,
"district_id": 2613,
"street_id": 0,
"lng": "30.066320",
"lat": "103.822906",
"joining_fee": "0.00",
"name": "眉山",
"initials": "ms",
"english_name": "meishan",
"address": "眉山市眉山东站",
"contacts": "眉山负责人",
"mobile": "15056026737",
"tel": "",
"fax": "",
"email": "",
"cover": "",
"picture_list": "",
"img_business_license": "",
"img_transport_license": "",
"img_corporation_idcard": "",
"description": "",
"remark": "",
"cominfo": {
"com_id": "8cfdaaa5d4db26de",
"code": "C65013",
"name": "四川仁和路达物流有限公司",
"address": "成都二路",
"contacts": "邓小林",
"mobile": "15902846112"
}
},
{
"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"
}
}
]
}
}