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 全部服务