🎨 新增提现功能
This commit is contained in:
@@ -7,6 +7,7 @@ type RouterGroup struct {
|
||||
BannerRouter
|
||||
OrderRouter
|
||||
RedeemCodeRouter
|
||||
WithRouter
|
||||
}
|
||||
|
||||
var userApi = api.ApiGroupApp.AppApiGroup.AppUserApi
|
||||
@@ -14,3 +15,4 @@ var bannerApi = api.ApiGroupApp.AppApiGroup.BannerApi
|
||||
var orderApi = api.ApiGroupApp.AppApiGroup.OrderApi
|
||||
var teacherVipApi = api.ApiGroupApp.AppApiGroup.TeacherVip
|
||||
var redeemCodeApi = api.ApiGroupApp.AppApiGroup.RedeemCodeApi
|
||||
var withApi = api.ApiGroupApp.AppApiGroup.WithApi
|
||||
|
||||
Reference in New Issue
Block a user