分离websocket

This commit is contained in:
ayflying
2025-03-21 16:33:44 +08:00
parent 696f1bcbdb
commit cc08e830d3
14 changed files with 223 additions and 866 deletions

View File

@@ -1,3 +1,4 @@
//Deprecated: 使用新的 pkg.Pay()
package pay
import (
@@ -27,6 +28,7 @@ type WechatPay struct {
PrivateKey string
}
// Deprecated: pkg.Pay().Wechat()
func Wechat() *WechatPay {
var pay = &WechatPay{}
var err error