- change isLock from bool to int for LockPromotionSkus
This commit is contained in:
@@ -154,7 +154,7 @@ func (c *PromotionController) CancelPromotion() {
|
||||
// @Description 锁定解锁活动SKU
|
||||
// @Param token header string true "认证token"
|
||||
// @Param promotionID formData int true "活动id"
|
||||
// @Param isLock formData bool true "活动id"
|
||||
// @Param isLock formData int true "锁定标志,0:不锁定,1:锁定"
|
||||
// @Param skuIDs formData string false "缺省全部"
|
||||
// @Success 200 {object} controllers.CallResult
|
||||
// @Failure 200 {object} controllers.CallResult
|
||||
|
||||
Reference in New Issue
Block a user