京东api新增获取京东指导价
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user