京东商城修改规格
This commit is contained in:
@@ -360,3 +360,11 @@ func TestDeleteSku(t *testing.T) {
|
||||
}
|
||||
// t.Log(utils.Format4Output(result, false))
|
||||
}
|
||||
|
||||
func TestFindSkuById(t *testing.T) {
|
||||
result, err := api.FindSkuById(69576828876)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
t.Log(utils.Format4Output(result, false))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user