WxJava icon indicating copy to clipboard operation
WxJava copied to clipboard

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

Open nile10086 opened this issue 9 months ago • 1 comments

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

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

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

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

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

nile10086 avatar Feb 20 '25 03:02 nile10086

麻烦提供下文档地址

binarywang avatar Mar 23 '25 12:03 binarywang