From d7fc9b51a15a906b075ec0c864692d2cc9d0707e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Wed, 5 Jul 2023 14:04:40 +0800 Subject: [PATCH] 1 --- platformapi/tao_vegetable/afs_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/platformapi/tao_vegetable/afs_test.go b/platformapi/tao_vegetable/afs_test.go index abde5942..b1056f52 100644 --- a/platformapi/tao_vegetable/afs_test.go +++ b/platformapi/tao_vegetable/afs_test.go @@ -12,11 +12,11 @@ func TestAgreeUserCancel(t *testing.T) { param := &request2.AlibabaTclsAelophyRefundAgreeRequest{ StoreId: utils.String2Pointer("JX668594"), - OutOrderId: utils.String2Pointer("1927395445205804887"), - RefundId: utils.String2Pointer("1000010811244310044"), + OutOrderId: utils.String2Pointer("1927716386361804887"), + RefundId: utils.String2Pointer("1000010813678250044"), AuditMemo: utils.String2Pointer("商户同意退款"), SubRefundList: &[]domain2.AlibabaTclsAelophyRefundAgreeSubrefundlist{ - {OutSubOrderId: utils.String2Pointer("1927395445205804887"), RefundFee: utils.Int64ToPointer(300)}, + {OutSubOrderId: utils.String2Pointer("1927716386361804887"), RefundFee: utils.Int64ToPointer(300)}, }, OrderFrom: utils.Int64ToPointer(utils.Str2Int64(TaoVegetableChannelCode)), }