京东api新增获取京东指导价

This commit is contained in:
苏尹岚
2020-01-21 11:55:12 +08:00
parent 1bc0db94bc
commit 404b9b9b38
2 changed files with 42 additions and 10 deletions

View File

@@ -234,3 +234,8 @@ func TestGetJdStoreLevel(t *testing.T) {
func TestGetJdUpcCodeByName(t *testing.T) {
api.GetJdUpcCodeByName("", "6952395700895", 2, 5)
}
func TestGetJdSkuDirectPrice(t *testing.T) {
result, err := api.GetJdSkuDirectPrice(31031)
fmt.Println("test1", result, err)
}