curl --location --request POST '/api/upload/image' \
--header 'token;' \
--form 'file=@""'
{
"code": 1,
"show": 0,
"msg": "上传成功",
"data": {
"id": "28",
"cid": 0,
"type": 10,
"name": "5c3dba1366885.jpg",
"uri": "http:\/\/www.likeadmin.localhost\/uploads\/images\/202209201816450708c8934.jpg",
"url": "uploads\/images\/202209201816450708c8934.jpg"
}
}