根据名字查询京东upc

This commit is contained in:
苏尹岚
2019-12-13 18:36:32 +08:00
parent 8493aa4ee0
commit 1ec3724e34
2 changed files with 41 additions and 0 deletions

View File

@@ -230,3 +230,7 @@ func TestIsJdManagerUser(t *testing.T) {
func TestGetJdStoreLevel(t *testing.T) {
api.GetJdStoreLevel("320406", "11732427")
}
func TestGetJdUpcCodeByName(t *testing.T) {
api.GetJdUpcCodeByName("大米", 1, 5)
}