This commit is contained in:
邹宗楠
2023-09-26 15:03:42 +08:00
parent a5f553e5aa
commit 1265658cbd
3 changed files with 10 additions and 11 deletions

View File

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