This commit is contained in:
李子铭 2025-03-19 19:40:06 +08:00
parent 1e45fdb222
commit 17afd86f85
2 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,9 @@ import (
"voucher/internal/data"
)
// Cmb .
// @link https://open.cmbchina.com/Platform/#/resource/document/approvalAPI
// @link https://open.cmbchina.com/Platform/#/resource/document/guide
type Cmb struct {
bc *conf.Bootstrap
rdb *data.Rdb

View File

@ -18,6 +18,8 @@ import (
"voucher/internal/pkg/request"
)
// CpnRepoImpl .
// @link https://pay.weixin.qq.com/doc/v3/merchant/4012463767
type CpnRepoImpl struct {
bc *conf.Bootstrap
Server data.Server