add
wangpengfei
2023-07-25 74f698acff298c45e436824e15c0da3c93b7926e
router/followRecord.go
@@ -14,6 +14,6 @@
      followRecordRouter.POST("add", followRecordApi.Add)             // 添加跟进记录
      followRecordRouter.DELETE("delete/:id", followRecordApi.Delete) // 删除跟进记录
      followRecordRouter.PUT("update", followRecordApi.Update)        // 更新跟进记录
      followRecordRouter.GET("list", followRecordApi.List)            // 获取跟进记录列表
      followRecordRouter.POST("list", followRecordApi.List)            // 获取跟进记录列表
   }
}
}