- support cityCode in GetPromotions
- promotion beginAt and endAt are time format(not just date format)
This commit is contained in:
@@ -123,6 +123,7 @@ func (c *PromotionController) SendAdvertingByGoodsOrder() {
|
||||
// @Param vendorPromotionID query string false "厂商活动id"
|
||||
// @Param days query int false "多少天内创建的,缺省7天"
|
||||
// @Param name query string false "活动名,不完全匹配"
|
||||
// @Param cityCode query int false "活动门店所属城市code"
|
||||
// @Param beginAt query string false "开始日期,包括"
|
||||
// @Param endAt query string false "结束日期,包括"
|
||||
// @Param type query int false "活动类型,3:直降,4:限时抢购"
|
||||
|
||||
Reference in New Issue
Block a user