京东商城分类cookie

This commit is contained in:
苏尹岚
2020-05-22 10:58:16 +08:00
parent 17f36d8459
commit a5b7162b23
4 changed files with 110 additions and 17 deletions

View File

@@ -366,3 +366,16 @@ func (c *SyncController) SyncStoreSkusFromYb() {
return retVal, "", err
})
}
// @Title 同步京东商城门店商品和库存
// @Description 同步京东商城门店商品和库存
// @Param token header string true "认证token"
// @Param storeIDs formData string false "门店ID列表"
// @Param isAsync formData bool false "是否异步操作"
// @Param isContinueWhenError formData bool false "单个同步失败是否继续缺省false"
// @Success 200 {object} controllers.CallResult
// @Failure 200 {object} controllers.CallResult
// @router /SyncJdsStoresSkus [put]
func (c *SyncController) SyncJdsStoresSkus() {
}