From 7b5365001da37c4012821bc523ed66ec23d57757 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 17:20:35 +0800 Subject: [PATCH] : --- platformapi/tao_vegetable/store_sku_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformapi/tao_vegetable/store_sku_test.go b/platformapi/tao_vegetable/store_sku_test.go index 5e54d230..16a5c9d4 100644 --- a/platformapi/tao_vegetable/store_sku_test.go +++ b/platformapi/tao_vegetable/store_sku_test.go @@ -196,9 +196,9 @@ func TestGetSkuDetaul(t *testing.T) { func TestPartialRefundReason(t *testing.T) { param := &request3156.AlibabaTclsAelophyRefundCsapplyrenderRequest{ RefundCsApplyRenderDTO: &domain3156.AlibabaTclsAelophyRefundCsapplyrenderRefundCsApplyRenderDto{ - OutOrderId: nil, + OutOrderId: utils.String2Pointer("5000897449678380922"), StoreId: utils.String2Pointer("JX668998"), - OutSubOrderIds: nil, + OutSubOrderIds: &[]string{"3422286108419706112"}, OrderFrom: utils.Int64ToPointer(utils.Str2Int64(TaoVegetableChannelCode)), }, }