接口参数整理

This commit is contained in:
苏尹岚
2020-02-28 17:40:53 +08:00
parent 3827d1c1eb
commit 4cb18c477c

View File

@@ -696,8 +696,8 @@ func (c *StoreSkuController) RefreshJxPriceByVendor() {
// @Param token header string true "认证token"
// @Param storeIDs formData string true "门店列表"
// @Param vendorID formData int true "厂商ID"
// @Param isAsync formData bool true "是否异步,缺省是同步"
// @Param isContinueWhenError formData bool true "单个同步失败是否继续缺省false"
// @Param isAsync formData bool false "是否异步,缺省是同步"
// @Param isContinueWhenError formData bool false "单个同步失败是否继续缺省false"
// @Success 200 {object} controllers.CallResult
// @Failure 200 {object} controllers.CallResult
// @router /RefreshJxPriceByVendor2 [put]