From 5d51b32e07ae951233e6b28a2ca11476ed8b1df4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Fri, 14 Jul 2023 16:05:30 +0800 Subject: [PATCH] 1 --- controllers/act.go | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/controllers/act.go b/controllers/act.go index ad3f93222..78b05aec3 100644 --- a/controllers/act.go +++ b/controllers/act.go @@ -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