## 上传图片
~~~[api]
post:/api/data/upload
*file:file#图片
<<<
success
{
"code": 1,
"msg": "上传成功",
"result": {
"type": 0,
"name": "basicprofile.png", // 图片名称
"src": "https:\/\/miniprogram.xtow.net\/static\/cover\/b1\/e6b73786e18e1051270130756bc54e.png", // 图片路径
"size": 6742, // 图片大小(字节)
"create_time": "2018-06-12 16:02:48", // 上传时间
"id": "3" // 图片ID
}
}
~~~