This commit is contained in:
邹宗楠
2023-10-12 14:06:07 +08:00
parent f0a4b25bac
commit 959db37afd
2 changed files with 7 additions and 5 deletions

View File

@@ -23,14 +23,14 @@ func TestOrderGet(t *testing.T) {
func TestOrderAgreePartRefund(t *testing.T) {
param := &RefundOrderExamine{
OrderId: "4015750049354953219",
OrderId: "4003000128728616633",
IdempotentId: utils.Int64ToStr(time.Now().UnixNano()),
ActionType: RefundTypeAgree,
ReasonCode: "",
ReasonRemarks: "",
}
refundProductList := make([]*RefundProductList, 0, 0)
date, _ := api.GetReverseOrder("4035480124822912660")
date, _ := api.GetReverseOrder("4003000128728616633")
for _, v := range date {
v2 := v.(map[string]interface{})
refundProduct := &RefundProductList{