From e18b1713e76ea31cfdbb73715bd9800e0de1b836 Mon Sep 17 00:00:00 2001 From: sian Date: Thu, 11 Aug 2022 10:57:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- customer/service/service.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/customer/service/service.go b/customer/service/service.go index c93011f..13a8458 100644 --- a/customer/service/service.go +++ b/customer/service/service.go @@ -13,6 +13,9 @@ type ReplyServiceAll struct { ServiceId uint `json:"serviceId"` ServiceName string `json:"serviceName"` EndTime int64 `json:"endTime"` + AppKey string `json:"appKey"` + AppSecret string `json:"appSecret"` + AuditStatus uint `json:"auditStatus"` } // All @Title 全部服务