正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -72,7 +72,7 @@ type DepartmentStatisticsRequest struct { | @@ -72,7 +72,7 @@ type DepartmentStatisticsRequest struct { | ||
| 72 | Type int `json:"type"` //0:已审核 0:待审核 | 72 | Type int `json:"type"` //0:已审核 0:待审核 |
| 73 | } | 73 | } |
| 74 | type DepartmentStatisticsResponse struct { | 74 | type DepartmentStatisticsResponse struct { |
| 75 | - Total int `json:"total"` | 75 | + Total int `json:"approvedTotal"` |
| 76 | List []*DepartmentStatistics `json:"departmentStatistics"` | 76 | List []*DepartmentStatistics `json:"departmentStatistics"` |
| 77 | } | 77 | } |
| 78 | 78 |
-
请 注册 或 登录 后发表评论