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