京东商城修改规格

This commit is contained in:
苏尹岚
2020-05-20 16:10:06 +08:00
parent eed573b7f1
commit ef88fd0fb6
2 changed files with 35 additions and 0 deletions

View File

@@ -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))
}