We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
框架提供的接口:String upload(String url, CommonUploadParam param) throws WxErrorException;
公众号文档的说明: 新增永久视频素材需特别注意
在上传视频素材时需要POST另一个表单,id为description,包含素材的描述信息,内容格式为JSON,格式如下:
{ "title":VIDEO_TITLE, "introduction":INTRODUCTION }
如何实现POST另一个表单的json数据呢?
The text was updated successfully, but these errors were encountered:
麻烦提供下文档地址
Sorry, something went wrong.
No branches or pull requests
框架提供的接口:String upload(String url, CommonUploadParam param) throws WxErrorException;
公众号文档的说明:
新增永久视频素材需特别注意
在上传视频素材时需要POST另一个表单,id为description,包含素材的描述信息,内容格式为JSON,格式如下:
{
"title":VIDEO_TITLE,
"introduction":INTRODUCTION
}
如何实现POST另一个表单的json数据呢?
The text was updated successfully, but these errors were encountered: