mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-29 09:38:19 +08:00
🆕 #2991【视频号】增加视频号模块,实现视频号大部分相关接口
This commit is contained in:
@ -28,5 +28,10 @@ public enum WxType {
|
||||
/**
|
||||
* 微信支付.
|
||||
*/
|
||||
Pay;
|
||||
Pay,
|
||||
/**
|
||||
* 微信视频号
|
||||
*/
|
||||
Channel,
|
||||
;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user