1
This commit is contained in:
@@ -486,18 +486,18 @@ func (c *ActController) GetNotHaveSkuActList() {
|
||||
})
|
||||
}
|
||||
|
||||
// @Title 查询美团平台活动
|
||||
// @Description 查询美团平台活动
|
||||
// @Param token header string true "认证token"
|
||||
// @Success 200 {object} controllers.CallResult
|
||||
// @Failure 200 {object} controllers.CallResult
|
||||
// @router /RefreshMTActivityList [get]
|
||||
func (c *ActController) RefreshMTActivityList() {
|
||||
c.callRefreshMTActivityList(func(params *tActRefreshMTActivityListParams) (retVal interface{}, errCode string, err error) {
|
||||
err = act.RrefreshMtwmVendorAct(params.Ctx)
|
||||
return retVal, "", err
|
||||
})
|
||||
}
|
||||
//// @Title 查询美团平台活动
|
||||
//// @Description 查询美团平台活动
|
||||
//// @Param token header string true "认证token"
|
||||
//// @Success 200 {object} controllers.CallResult
|
||||
//// @Failure 200 {object} controllers.CallResult
|
||||
//// @router /RefreshMTActivityList [get]
|
||||
//func (c *ActController) RefreshMTActivityList() {
|
||||
// c.callRefreshMTActivityList(func(params *tActRefreshMTActivityListParams) (retVal interface{}, errCode string, err error) {
|
||||
// err = act.RrefreshMtwmVendorAct(params.Ctx)
|
||||
// return retVal, "", err
|
||||
// })
|
||||
//}
|
||||
|
||||
// @Title 查询美团平台活动sku
|
||||
// @Description 查询美团平台活动sku
|
||||
|
||||
Reference in New Issue
Block a user