Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 更正富媒体消息语音支持的媒体资源格式 #196

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

| **属性** | **类型** | **必填** | **说明** |
| --- | --- | --- | --- |
| file_type | int | 是 | 媒体类型:1 图片,2 视频,3 语音,4 文件(暂不开放)<br/>资源格式要求<br/>图片:png/jpg,视频:mp4,语音:silk |
| file_type | int | 是 | 媒体类型:1 图片,2 视频,3 语音,4 文件(暂不开放)<br/>资源格式要求<br/>图片:png/jpg,视频:mp4,语音:silk/amr |
| url | string | 是 | 需要发送媒体资源的url |
| srv_send_msg | bool | 是 | 设置 true 会直接发送消息到目标端,且会占用`主动消息频次` |
| file_data | | 否 | 【暂未支持】 |
Expand Down Expand Up @@ -91,7 +91,7 @@

| **属性** | **类型** | **必填** | **说明** |
| --- | --- | --- | --- |
| file_type | int | 是 | 媒体类型:1 图片,2 视频,3 语音,4 文件(暂不开放)<br/>资源格式要求<br/>图片:png/jpg,视频:mp4,语音:silk |
| file_type | int | 是 | 媒体类型:1 图片,2 视频,3 语音,4 文件(暂不开放)<br/>资源格式要求<br/>图片:png/jpg,视频:mp4,语音:silk/amr |
| url | string | 是 | 需要发送媒体资源的url |
| srv_send_msg | bool | 是 | 设置 true 会直接发送消息到目标端,且会占用`主动消息频次` |
| file_data | | 否 | 【暂未支持】 |
Expand Down
Loading