This commit is contained in:
邹宗楠
2023-09-28 09:11:33 +08:00
parent b252f6b69c
commit 618ff0aee7

View File

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