请求例子:
apirq('sysinfo')
返回数据结果:
{
"code": 0,
"msg": "系统资料数据获取成功!",
"time": "1523513799",
"data": {
"sys_id": "1000000000000000",
"code": "S100000000",
"country_id": 1,
"province_id": 2,
"city_id": 2,
"district_id": 3,
"street_id": 1,
"lng": "2.000000",
"lat": "3.000000",
"name": "系统",
"initials": "xt",
"english_name": "system",
"address": "成都",
"contacts": "邓",
"mobile": "13212345678",
"tel": "",
"fax": "",
"email": "",
"cover": "",
"picture_list": "",
"img_business_license": "",
"img_transport_license": "",
"img_corporation_idcard": "",
"description": "",
"remark": ""
}
}