curl --location --request POST 'https://online-bookstore.aring.cc/api/upload' \
--header 'token;' \
--form 'file=@""'
{
"code": 0,
"message": "成功",
"data": {
"fileName": "1646726623796-图片名.png",
"fileUrl": "https://source.aring.cc/upload//1646726623796-图片名.png",
"fileSize": 1200
}
}