package front
type YouChuOrderNotifyResponse struct {
RespCode string `json:"respCode"` //000000 表示通知成功
RespMsg string `json:"respMsg"`
Data interface{} `json:"data"`
LinkUrl string `json:"linkUrl"`
}