|
|
|
@ -16,10 +16,11 @@ type ArgsServiceLists struct {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type ReplyServiceLists struct {
|
|
|
|
|
ServiceId uint `json:"serviceId"`
|
|
|
|
|
ServiceName string `json:"serviceName"`
|
|
|
|
|
EndTime int64 `json:"endTime"`
|
|
|
|
|
AuditStatus uint `json:"auditStatus"`
|
|
|
|
|
UserServiceId uint `json:"userServiceId"`
|
|
|
|
|
ServiceId uint `json:"serviceId"`
|
|
|
|
|
ServiceName string `json:"serviceName"`
|
|
|
|
|
EndTime int64 `json:"endTime"`
|
|
|
|
|
AuditStatus uint `json:"auditStatus"`
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type service struct {
|
|
|
|
|