京东商城分类cookie
This commit is contained in:
@@ -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() {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user