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
新建草稿的接口中,有一个新建“图片草稿”的部分。
从代码上看,对应的类是 WxMpDraftArticles,目前尚未支持 图片草稿。
新建草稿,文档地址 https://developers.weixin.qq.com/doc/offiaccount/Draft_Box/Add_draft.html
The text was updated successfully, but these errors were encountered:
这个文章类型涉及到新建草稿、获取草稿、修改草稿等多个微信接口。
我正在考虑直接将图片消息结构的所有字段都添加到原来的类 WxMpDraftArticles 当中,以减少代码改动,保证兼容性。
WxMpDraftArticles
如果这个修改方案OK的话,大佬吱个声,我提个pr。
Sorry, something went wrong.
可以,注意添加单元测试代码
No branches or pull requests
简要描述
新建草稿的接口中,有一个新建“图片草稿”的部分。
从代码上看,对应的类是 WxMpDraftArticles,目前尚未支持 图片草稿。
官方文档地址
新建草稿,文档地址
https://developers.weixin.qq.com/doc/offiaccount/Draft_Box/Add_draft.html
The text was updated successfully, but these errors were encountered: