tm_refund.go 130 Bytes 编辑Web IDE 1 2 3 4 5 6 7 8 9 10 package tmv3 type refundTm struct { } var Refund = refundTm{} type RefundCommonReq struct { DisputeId string //售后单 ID }