简要描述:
- 首页
请求域名:
- http://xx.com
请求URL:
POST/plugin.wechat-chat-sidebar.frontend.controller.customer.opportunity.upload
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
client | 是 | string | 值是:work 代表是企业微信端 |
type | 是 | int | 值是:17 代表是企业微信端 |
file | 是 | file | 文件 |
upload_type | 是 | string | 文件类型(image、video、file) |
返回示例:
正确时返回:
{
"result": 1,
"msg": "附件上传成功",
"data": {
"file": "files/25/2023/01/cac8a82c30db3c5cfb09dc915f98e114.txt",
"file_type": "file",
"file_name": "debug.txt",
"file_size": 46,
"uniacid": "25",
"business_id": 11,
"updated_at": "2023-01-11 15:37:39",
"created_at": "2023-01-11 15:37:39",
"id": 32,
"file_url": "https://ysm-1251768088.cos.ap-guangzhou.myqcloud.com/files/25/2023/01/cac8a82c30db3c5cfb09dc915f98e114.txt"
}
}
错误时返回:
{
"errcode": 500,
"errmsg": "invalid appid"
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
id | int | 文件id |
file_name | string | 文件名称 |
file_url | string | 文件地址 |
备注:
- 更多返回错误代码请看首页的错误代码描述