This commit is contained in:
邹宗楠
2023-09-26 18:30:31 +08:00
parent 6720bce901
commit 360e386db4

View File

@@ -211,7 +211,7 @@ func TestC(t *testing.T) {
//} //}
// //
func TestGetJdUpcCodeByName(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 { if err != nil {
t.Fatal(err) t.Fatal(err)
} }