PaymentCenter/app/http/entities/front/psbc.go

9 lines
239 B
Go

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