feat: 徽章api
This commit is contained in:
@@ -11,6 +11,7 @@ type ApiGroup struct {
|
||||
OcrApi
|
||||
LevelConfigApi
|
||||
UserProfileApi
|
||||
BadgeConfigApi
|
||||
}
|
||||
|
||||
var (
|
||||
@@ -22,4 +23,5 @@ var (
|
||||
ocrService = service.GroupApp.PlantServiceGroup.OcrService
|
||||
levelConfigService = service.GroupApp.PlantServiceGroup.LevelConfigService
|
||||
userProfileService = service.GroupApp.PlantServiceGroup.UserProfileService
|
||||
badgeConfigService = service.GroupApp.PlantServiceGroup.BadgeConfigService
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user