请求例子:
apirq('company', {
urlparams: [
"name"
]
})
返回数据结果:
{
"code": 0,
"msg": "ok",
"time": "1523522194",
"data": {
"page": 1,
"row": 15,
"count": 4,
"total_count": 4,
"total_page": 1,
"lists": [
{
"com_id": "05d48fa8743570b0",
"code": "C57732",
"merch_credential": "c17ec996d3ffc85f",
"join_type": 1,
"pid": "",
"status": 1,
"create_time": "2018-03-27 13:27:06",
"create_by": {
"uid": "0000000000000101",
"code": "U4219695",
"username": "admin@cw",
"nickname": "系统内建财务员",
"realname": "系统内建财务员"
},
"update_time": "2018-03-27 14:51:10",
"update_by": {
"uid": "0000000000000101",
"code": "U4219695",
"username": "admin@cw",
"nickname": "系统内建财务员",
"realname": "系统内建财务员"
},
"delete_time": null,
"runin_time": "-",
"runout_time": "-",
"country_id": 1,
"province_id": 0,
"city_id": 0,
"district_id": 0,
"street_id": 0,
"lng": "104.062087",
"lat": "30.665243",
"joining_fee": "0.00",
"name": "天天向上2",
"initials": "ttxs",
"english_name": "The day is up 2",
"address": "四川省成都市青羊区西御河街道大树拐街15号五福街56号院",
"contacts": "李白",
"mobile": "13212345678",
"tel": "0281324567",
"fax": "0281234564",
"email": "",
"cover": "",
"picture_list": "",
"img_business_license": "",
"img_transport_license": "",
"img_corporation_idcard": "",
"description": "中国人民伙历地有",
"remark": ""
},
// ......
]
}
}