🎨 新增提现功能

This commit is contained in:
2025-09-10 02:31:33 +08:00
parent b8b859f890
commit 2293ee2463
10 changed files with 369 additions and 0 deletions

View File

@@ -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