🆕 #2991【视频号】增加视频号模块,实现视频号大部分相关接口

This commit is contained in:
Zeyes Lee
2023-05-11 20:20:48 +08:00
committed by Binary Wang
parent 899ea653be
commit 9d6faa0935
420 changed files with 20931 additions and 1 deletions

View File

@ -28,5 +28,10 @@ public enum WxType {
/**
* 微信支付.
*/
Pay;
Pay,
/**
* 微信视频号
*/
Channel,
;
}