上传文件-base64 方式
POST
https://qiyukf.com/openapi/message/sendFile
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://qiyukf.com/openapi/message/sendFile?appKey=&time=&checksum='
响应示例响应示例
{
"code": 200,
"url": "url_of_file"
}
请求参数
Query 参数
appKey
string
必需
默认值:
{{appKey}}
time
string
必需
默认值:
{{time}}
checksum
string
必需
默认值:
{{checksum}}
Body 参数multipart/form-data
file
file
可选
返回响应
修改于 2022-01-28 04:24:13