- 删除GetActVendorInfo,在QueryActs返回结果中包含平台相关信息`
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user