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)), }