🎨 新增提现功能

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

@@ -8,6 +8,7 @@ type ApiGroup struct {
OrderApi
TeacherVip
RedeemCodeApi
WithApi
}
var userService = service.ServiceGroupApp.UserServiceGroup.UserService
@@ -16,3 +17,4 @@ var bannerService = service.ServiceGroupApp.AppServiceGroup.BannerService
var orderService = service.ServiceGroupApp.AppServiceGroup.OrderService
var teacherVipService = service.ServiceGroupApp.AppServiceGroup.TeacherVipService
var redeemCodeService = service.ServiceGroupApp.AppServiceGroup.RedeemCodeService
var withService = service.ServiceGroupApp.AppServiceGroup.WithService