package tmv3 type refundTm struct { } var Refund = refundTm{} type RefundCommonReq struct { DisputeId string //售后单 ID }