From 360e386db4e886738d2bee375cc6e558aa6b7a43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Tue, 26 Sep 2023 18:30:31 +0800 Subject: [PATCH] 1 --- platformapi/jdapi/store_page_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformapi/jdapi/store_page_test.go b/platformapi/jdapi/store_page_test.go index 4e80efcd..7c7aee0d 100644 --- a/platformapi/jdapi/store_page_test.go +++ b/platformapi/jdapi/store_page_test.go @@ -211,7 +211,7 @@ func TestC(t *testing.T) { //} // func TestGetJdUpcCodeByName(t *testing.T) { - result, err := api.GetJdUpcCodeByName("", "6902890227083", 1, 5) + result, err := api.GetJdUpcCodeByName("", "6973652201610", 1, 5) if err != nil { t.Fatal(err) }