add
wangpengfei
2023-07-13 a35c7eb12dcce7c650025ba4d801d6ad6f1053c4
api/v1/index.go
@@ -43,6 +43,7 @@
   OrderManageApi
   ServiceFollowupApi
   CustomerServiceSheetApi
   ServiceFeeManageApi
}
var ApiGroup = new(Group)
@@ -85,4 +86,5 @@
   orderManageService          = service.ServiceGroup.OrderManageService
   serviceFollowupService      = service.ServiceGroup.FollowupService
   customerServiceSheetService = service.ServiceGroup.CustomerServiceSheetService
   serviceFeeManageService     = service.ServiceGroup.FeeManageService
)