add
wangpengfei
2023-07-13 a35c7eb12dcce7c650025ba4d801d6ad6f1053c4
api/v1/customerServiceSheet.go
@@ -71,8 +71,8 @@
//   @Tags      CustomerServiceSheet
//   @Summary   更新客服单
//   @Produce   application/json
//   @Param      object   body      request.UpdateCustomerServiceSheet true   "查询参数"
//   @Success   200   {object}   contextx.Response{}
//   @Param      object   body      request.UpdateCustomerServiceSheet   true   "查询参数"
//   @Success   200      {object}   contextx.Response{}
//   @Router      /api/customerServiceSheet/update/{id} [put]
func (s *CustomerServiceSheetApi) Update(c *gin.Context) {
   var params request.UpdateCustomerServiceSheet