refactor: subscribe module

This commit is contained in:
zchengo
2023-01-27 11:05:24 +08:00
parent a7d7ddb1bc
commit 9f944a34f6
7 changed files with 163 additions and 180 deletions
+1 -1
View File
@@ -3,8 +3,8 @@ package global
import (
"crm/config"
"github.com/go-pay/gopay/alipay"
"github.com/go-redis/redis/v9"
"github.com/smartwalle/alipay/v3"
"gorm.io/gorm"
)