🎨 新增域名管理功能
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user