- support cityCode in GetPromotions

- promotion beginAt and endAt are time format(not just date format)
This commit is contained in:
gazebo
2018-11-14 10:16:52 +08:00
parent 9e0d3c7a59
commit b370e4d158
2 changed files with 8 additions and 3 deletions

View File

@@ -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限时抢购"