- orderUseNewTable except store feature related.

This commit is contained in:
gazebo
2018-10-17 14:28:49 +08:00
parent c5421213b2
commit 9f3624c777
10 changed files with 190 additions and 34 deletions

View File

@@ -25,7 +25,7 @@ type PromotionController struct {
// @Param type formData int true "促销类型3直降4限时抢购"
// @Param storeIDs formData string true "json数据storeID列表[1,2,3]"
// @Param skuPrices formData string true "json数据价格信息列表"
// @Param isAsync formData bool false "是否异,缺省否(暂时只支持同步)"
// @Param isAsync formData bool false "是否异,缺省否(暂时只支持同步)"
// @Param advertising formData string false "广告语"
// @Success 200 {object} controllers.CallResult
// @Failure 200 {object} controllers.CallResult
@@ -55,7 +55,7 @@ func (c *PromotionController) CreatePromotion() {
// @Title 发送文件给门店
// @Description 发送文件给门店调用GET方法得到浏览器端参考的上传HTML实现userfiles
// @Param type formData int true "是否异步,缺省是同步"
// @Param type formData int true "促销类型3直降4限时抢购"
// @Param isAsync formData bool false "是否异常,缺省否(暂时只支持同步)"
// @Success 200 {object} controllers.CallResult
// @Failure 200 {object} controllers.CallResult