天假支付宝提现操作
This commit is contained in:
@@ -67,6 +67,12 @@ func init() {
|
||||
&controllers.QBiDaExpressController{},
|
||||
),
|
||||
),
|
||||
// 用户账户余额
|
||||
web.NSNamespace("/balance",
|
||||
web.NSInclude(
|
||||
&controllers.UserBalanceController{},
|
||||
),
|
||||
),
|
||||
)
|
||||
web.AddNamespace(ns)
|
||||
web.AutoRouter(&controllers.WXPayController{})
|
||||
|
||||
Reference in New Issue
Block a user