From 00c086f3158e8841ab495c62c3c41720e27456e0 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期二, 11 七月 2023 15:25:58 +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 a226025..af7f83b 100644 --- a/api/v1/index.go +++ b/api/v1/index.go @@ -33,6 +33,7 @@ StatusApi QuotationApi MasterOrderApi + SubOrderApi } var ApiGroup = new(Group) @@ -65,4 +66,5 @@ statusService = service.ServiceGroup.StatusService quotationService = service.ServiceGroup.QuotationService masterOrderService = service.ServiceGroup.MasterOrderService + subOrderService = service.ServiceGroup.SubOrderService ) -- Gitblit v1.8.0