fix
wangpengfei
2023-07-21 445fd26c770a184fd6079e5577f55d31fac4234b
api/v1/index.go
@@ -5,6 +5,7 @@
)
type Group struct {
   TimelyRateApi
   BaseApi
   JwtApi
   ImageApi
@@ -50,7 +51,6 @@
   DepartmentApi
   VettingApi
   SatisfactionApi
   TimelyRateApi
}
var ApiGroup = new(Group)