请求例子:
apirq('merch')
返回数据结果:
{
"code": 0,
"msg": "ok",
"time": "1523516220",
"data": {
"page": 1,
"row": 15,
"count": 5,
"total_count": 5,
"total_page": 1,
"lists": [
// ....
{
"merch_id": "c17ec996d3ff****",
"code": "M01***",
"locked": 1,
"type": 2,
"status": 1,
"regist_time": "2017-12-01 00:00",
"expiry_time": "2020-01-01 00:00",
"create_time": "2017-12-04 11:17:40",
"update_time": "2017-12-04 11:17:40",
"country_id": 0,
"province_id": 0,
"city_id": 0,
"district_id": 0,
"street_id": 0,
"lng": 0,
"lat": 0,
"merch_key": "********************************",
"ip_whitelist": "",
"name": "系统内部服务端",
"initials": "",
"english_name": "",
"contacts": "开发员",
"mobile": "13800000000",
"email": "",
"tel": "",
"address": "成都一环路三段9号",
"description": "",
"remark": "",
"status_text": "正常",
"type_text": "开发模式",
"locked_text": "已锁定"
},
// ....
]
}
}