京东商城设置门店库存

This commit is contained in:
苏尹岚
2020-05-18 14:25:38 +08:00
parent a3b43b646c
commit a48b398698
5 changed files with 49 additions and 2 deletions

View File

@@ -280,3 +280,11 @@ func TestUpdateWare(t *testing.T) {
}
// t.Log(utils.Format4Output(result, false))
}
func TestFindSkuStock(t *testing.T) {
err := api.FindSkuStock(69411607059)
if err != nil {
t.Fatal(err)
}
// t.Log(utils.Format4Output(result, false))
}