From 03628bf690286309e6b266a3a2cf537d55d6c6d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Thu, 6 Jul 2023 09:20:15 +0800 Subject: [PATCH] 1 --- platformapi/tao_vegetable/store_sku_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformapi/tao_vegetable/store_sku_test.go b/platformapi/tao_vegetable/store_sku_test.go index de584315..860bb481 100644 --- a/platformapi/tao_vegetable/store_sku_test.go +++ b/platformapi/tao_vegetable/store_sku_test.go @@ -169,7 +169,7 @@ func TestStoreSkuStock(t *testing.T) { } stockPublishDtos := make([]domain589.AlibabaWdkStockPublishStockPublishDto, 0, 0) stockPublishDtos = append(stockPublishDtos, domain589.AlibabaWdkStockPublishStockPublishDto{ - SkuCode: utils.String2Pointer("19930827"), + SkuCode: utils.String2Pointer("22640"), Quantity: utils.String2Pointer("99"), OrderNo: utils.String2Pointer(fmt.Sprintf("%s_%d_%d", "JX668594", time.Now().UnixNano(), 84671)), OrderType: utils.String2Pointer("10006800"),