From 618ff0aee774e09ba1019fde0e16246d7197c60c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Thu, 28 Sep 2023 09:11:33 +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 7c7aee0d..c1fb5b0a 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("", "6973652201610", 1, 5) + result, err := api.GetJdUpcCodeByName("", "6958483100042", 1, 5) if err != nil { t.Fatal(err) }