From a9a16bf0aabf5323a658d79a87473008d2197584 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期一, 10 七月 2023 14:10:45 +0800
Subject: [PATCH] add

---
 api/v1/index.go |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/api/v1/index.go b/api/v1/index.go
index 3c575ef..54ebbba 100644
--- a/api/v1/index.go
+++ b/api/v1/index.go
@@ -30,6 +30,7 @@
 	SaleTypeApi
 	RegularCustomersApi
 	PossibilityApi
+	StatusApi
 }
 
 var ApiGroup = new(Group)
@@ -59,4 +60,5 @@
 	saleTypeService          = service.ServiceGroup.SaleTypeService
 	regularCustomersService  = service.ServiceGroup.RegularCustomersService
 	possibilityService       = service.ServiceGroup.PossibilityService
+	statusService            = service.ServiceGroup.StatusService
 )

--
Gitblit v1.8.0