From a631f0f8f824caca91bc99e7dbb1f27c6c0a39ef Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期五, 18 八月 2023 17:12:20 +0800
Subject: [PATCH] fix
---
api/v1/serviceOrder.go | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/api/v1/serviceOrder.go b/api/v1/serviceOrder.go
index 6675774..887979d 100644
--- a/api/v1/serviceOrder.go
+++ b/api/v1/serviceOrder.go
@@ -67,10 +67,10 @@
}
// BatchDelete
-// @Tags 鏈嶅姟鍗曠鐞�
-// @Summary 鎵归噺鍒犻櫎鏈嶅姟鍗�
+// @Tags 鏈嶅姟鍗�
+// @Summary 鎵归噺鍒犻櫎鏈嶅姟鍗�
// @Produce application/json
-// @Param object body request.CommonIds true "鍙傛暟"
+// @Param object body request.CommonIds true "鍙傛暟"
// @Success 200 {object} contextx.Response{}
// @Router /api/serviceOrder/delete [delete]
func (s *ServiceOrderApi) BatchDelete(c *gin.Context) {
--
Gitblit v1.8.0