恢复门店商品优化测试

This commit is contained in:
苏尹岚
2020-03-09 09:35:57 +08:00
parent 3f7f56298a
commit 4bae4e6688

View File

@@ -733,7 +733,7 @@ func (c *StoreSkuController) BackUpStoreSkuBind() {
// @Param token header string true "认证token"
// @Param snapshotAt formData string true "日期格式2020-03-06 00:00:00"
// @Param storeIDs formData string true "门店列表"
// @Param skuIDs formData string true "商品列表"
// @Param skuIDs formData string false "商品列表"
// @Success 200 {object} controllers.CallResult
// @Failure 200 {object} controllers.CallResult
// @router /ReturnStoreSkuBind [post]