diff --git a/services/stat/user.go b/services/stat/user.go
index bdcd3d3..5d59692 100644
--- a/services/stat/user.go
+++ b/services/stat/user.go
@@ -72,7 +72,7 @@ type UserRoleReg struct {
 }
 type UserRoleRegPage struct {
 	Page       int           `json:"page"`
-	TotalCount int           `json:"page_count"`
+	TotalCount int           `json:"total_count"`
 	PageSize   int           `json:"page_size"`
 	Data       []UserRoleReg `json:"data"`
 }