feat: 徽章api

This commit is contained in:
Blizzard
2026-02-12 14:34:31 +08:00
parent 01e13e736c
commit 0405968597
22 changed files with 1150 additions and 62 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import "github.com/gin-gonic/gin"
type UserProfileRouter struct{}
func (c *OcrRouter) InitUserProfileRouter(Router *gin.RouterGroup) {
func (c *UserProfileRouter) InitUserProfileRouter(Router *gin.RouterGroup) {
userProfileRouter := Router.Group("profile")
{
userProfileRouter.POST("/update", userProfileApi.UpdateProfile)