diff --git a/controllers/cms_sync.go b/controllers/cms_sync.go index c3030a9a7..4edcdb18e 100644 --- a/controllers/cms_sync.go +++ b/controllers/cms_sync.go @@ -31,7 +31,7 @@ type SyncController struct { // @Param isContinueWhenError formData bool false "单个同步失败是否继续,缺省false" // @Success 200 {object} controllers.CallResult // @Failure 200 {object} controllers.CallResult -// @router pay [put] +// @router /SyncStoresSkus [put] func (c *SyncController) SyncStoresSkus() { c.callSyncStoresSkus(func(params *tSyncSyncStoresSkusParams) (retVal interface{}, errCode string, err error) { db := dao.GetDB()