- 删除GetActVendorInfo,在QueryActs返回结果中包含平台相关信息`

This commit is contained in:
gazebo
2019-07-10 10:03:26 +08:00
parent 73e04c229c
commit 88d965962a
4 changed files with 61 additions and 68 deletions

View File

@@ -163,20 +163,6 @@ func (c *ActController) CancelAct() {
})
}
// @Title 得到活动平台信息
// @Description 得到活动平台信息
// @Param token header string true "认证token"
// @Param actID query int true "活动id"
// @Success 200 {object} controllers.CallResult
// @Failure 200 {object} controllers.CallResult
// @router /GetActVendorInfo [get]
func (c *ActController) GetActVendorInfo() {
c.callGetActVendorInfo(func(params *tActGetActVendorInfoParams) (retVal interface{}, errCode string, err error) {
retVal, err = act.GetActVendorInfo(params.Ctx, params.ActID)
return retVal, "", err
})
}
// @Title 得到活动门店商品信息
// @Description 得到活动门店商品信息
// @Param token header string true "认证token"