add
wangpengfei
2023-07-18 5fac03fb857cf9a160e1736a25de2c5f95f5e44f
api/v1/serviceFollowup.go
@@ -71,8 +71,8 @@
//   @Tags      ServiceFollowup
//   @Summary   更新服务跟进
//   @Produce   application/json
//   @Param      object   body      request.UpdateServiceFollowup true   "查询参数"
//   @Success   200   {object}   contextx.Response{}
//   @Param      object   body      request.UpdateServiceFollowup   true   "查询参数"
//   @Success   200      {object}   contextx.Response{}
//   @Router      /api/serviceFollowup/update [put]
func (s *ServiceFollowupApi) Update(c *gin.Context) {
   var params request.UpdateServiceFollowup