This commit is contained in:
邹宗楠
2023-02-28 22:10:06 +08:00
parent 81e75c4cf9
commit c4e33abf90
3 changed files with 2 additions and 7 deletions

View File

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