service/api/message/request/HYGCommonReq.go

7 lines
132 B
Go

package request
type HYGCommonReq struct {
CooperatorId string `json:"cooperatorId"`
BusinessBody string `json:"businessBody"`
}