tm_refund.go 130 Bytes
package tmv3

type refundTm struct {
}

var Refund = refundTm{}

type RefundCommonReq struct {
	DisputeId string //售后单 ID
}