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