feat: 标准资源使用独立页面并优化详情布局
This commit is contained in:
@@ -202,6 +202,7 @@ func registerPlatformRoute(group *gin.RouterGroup) {
|
||||
account.GET("", platformlogic.ListPlatformAccount)
|
||||
account.POST("", platformlogic.CreatePlatformAccount)
|
||||
account.GET("/:identity", platformlogic.GetPlatformAccount)
|
||||
account.GET("/:identity/avatar", platformlogic.GetPlatformAccountAvatar)
|
||||
account.PUT("/:identity", platformlogic.UpdatePlatformAccount)
|
||||
account.PATCH("/:identity/status", platformlogic.UpdatePlatformAccountStatus)
|
||||
account.DELETE("/:identity", platformlogic.ArchivePlatformAccount)
|
||||
|
||||
Reference in New Issue
Block a user