This commit is contained in:
parent
1e45fdb222
commit
17afd86f85
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue