🆕 #2665【企业微信】增加微盘文件权限相关接口

This commit is contained in:
0katekate0
2022-05-26 16:10:44 +08:00
committed by GitHub
parent f83c55c010
commit 403d9c58ea
6 changed files with 101 additions and 1 deletions

View File

@ -11,7 +11,8 @@ import java.io.File;
*
* 接口AcreateWxaCode加上接口CcreateQrcode总共生成的码数量限制为100,000请谨慎调用。
*
* 文档地址https://mp.weixin.qq.com/debug/wxadoc/dev/api/qrcode.html
* 文档地址1https://mp.weixin.qq.com/debug/wxadoc/dev/api/qrcode.html
* 文档地址2https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/qr-code.html
* </pre>
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>