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

公众号模块upload方法不能实现上传的文件的同时添加另一个表单的json数据 #3503

Open
zhaoquan-lin opened this issue Feb 20, 2025 · 1 comment

Comments

@zhaoquan-lin
Copy link

框架提供的接口:String upload(String url, CommonUploadParam param) throws WxErrorException;

公众号文档的说明:
新增永久视频素材需特别注意

在上传视频素材时需要POST另一个表单,id为description,包含素材的描述信息,内容格式为JSON,格式如下:

{
"title":VIDEO_TITLE,
"introduction":INTRODUCTION
}

如何实现POST另一个表单的json数据呢?

@binarywang
Copy link
Owner

麻烦提供下文档地址

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants