This commit is contained in:
邹宗楠
2023-07-14 16:05:30 +08:00
parent 3536b11627
commit 5d51b32e07

View File

@@ -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