feat:增加用户资产和会员状态
This commit is contained in:
@ -161,6 +161,12 @@ func registerEnterpriseAPI(app *gin.Engine) {
|
||||
userV1.GET("/info", _api.Info)
|
||||
userV1.GET("/patent", _api.Patent)
|
||||
}
|
||||
// Home 首页管理
|
||||
homeV1 := v1.Group("/home")
|
||||
{
|
||||
_api := new(api2.Home)
|
||||
homeV1.GET("", _api.Instance)
|
||||
}
|
||||
// Sys 配置管理
|
||||
sysV1 := v1.Group("/sys")
|
||||
{
|
||||
|
Reference in New Issue
Block a user