This commit is contained in:
邹宗楠
2023-04-03 09:22:55 +08:00
parent 4337ab3585
commit 18572ce050
8 changed files with 60 additions and 16 deletions

View File

@@ -211,7 +211,7 @@ func TestC(t *testing.T) {
//}
//
func TestGetJdUpcCodeByName(t *testing.T) {
result, err := api.GetJdUpcCodeByName("", "6909931247116", 1, 5)
result, err := api.GetJdUpcCodeByName("", "6924343516087", 1, 5)
if err != nil {
t.Fatal(err)
}