根据名字查京东商品upc

This commit is contained in:
苏尹岚
2019-12-16 14:20:03 +08:00
parent 1ec3724e34
commit 81b1f9d861
2 changed files with 44 additions and 15 deletions

View File

@@ -232,5 +232,5 @@ func TestGetJdStoreLevel(t *testing.T) {
}
func TestGetJdUpcCodeByName(t *testing.T) {
api.GetJdUpcCodeByName("大米", 1, 5)
api.GetJdUpcCodeByName("", "6952395700895", 2, 5)
}