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) // 获取跟进记录列表 } } }