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 )