天假支付宝提现操作

This commit is contained in:
邹宗楠
2022-07-06 16:49:15 +08:00
parent 6c26e35a23
commit 289ced8fbb
6 changed files with 64 additions and 9 deletions

View File

@@ -67,6 +67,12 @@ func init() {
&controllers.QBiDaExpressController{},
),
),
// 用户账户余额
web.NSNamespace("/balance",
web.NSInclude(
&controllers.UserBalanceController{},
),
),
)
web.AddNamespace(ns)
web.AutoRouter(&controllers.WXPayController{})