请求例子:
apirq('file/:file_id', {
data: {
file_id: 'de0c86e415e9825b'
},
urlparams: ['file_id']
})
返回数据结果:
{
"code": 0,
"msg": "ok",
"time": "1522728372",
"data": {
"file_id": "de0c86e415e9825b",
"status": 1,
"access_level": 0,
"visit": 0,
"type": 0,
"upload_time": 1522728372,
"upload_by": "0000000000000001",
"size": 17215,
"mime": "image/jpeg",
"md5": "197508d3d40b03c80fe85a9b1e21321e",
"sha1": "c8d67b8274c29d6283a8f4b64759b131b83cb6ba",
"save_path": "upload/image/20180403/2b2f74219d9212a17627d655ef6006da.jpg",
"url": "",
"name": "t018c5c82327ff13b70.jpg",
"description": "",
"link_url": "http://v3.echuan56.com/upload/image/20180403/2b2f74219d9212a17627d655ef6006da.jpg"
}
}