🎨 新增域名管理功能

This commit is contained in:
2025-09-11 21:03:57 +08:00
parent 2293ee2463
commit 57289a24e7
10 changed files with 209 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ type RouterGroup struct {
OrderRouter
RedeemCodeRouter
WithRouter
DomainRouter
}
var userApi = api.ApiGroupApp.AppApiGroup.AppUserApi
@@ -16,3 +17,4 @@ var orderApi = api.ApiGroupApp.AppApiGroup.OrderApi
var teacherVipApi = api.ApiGroupApp.AppApiGroup.TeacherVip
var redeemCodeApi = api.ApiGroupApp.AppApiGroup.RedeemCodeApi
var withApi = api.ApiGroupApp.AppApiGroup.WithApi
var domainApi = api.ApiGroupApp.AppApiGroup.DomainApi