From 54f4078e9462871995cf4b241df217b18cdd6e08 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期五, 21 七月 2023 11:01:34 +0800 Subject: [PATCH] add --- api/v1/orderManage.go | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api/v1/orderManage.go b/api/v1/orderManage.go index 8f5856a..a295dfc 100644 --- a/api/v1/orderManage.go +++ b/api/v1/orderManage.go @@ -15,7 +15,7 @@ // Add // // @Tags OrderManage -// @Summary 娣诲姞璁㈠崟 +// @Summary 娣诲姞宸ュ崟 // @Produce application/json // @Param object body request.AddOrderManage true "鏌ヨ鍙傛暟" // @Success 200 {object} contextx.Response{} @@ -45,7 +45,7 @@ // Delete // // @Tags OrderManage -// @Summary 鍒犻櫎璁㈠崟 +// @Summary 鍒犻櫎宸ュ崟 // @Produce application/json // @Param id path int true "鏌ヨ鍙傛暟" // @Success 200 {object} contextx.Response{} @@ -69,7 +69,7 @@ // Update // // @Tags OrderManage -// @Summary 鏇存柊璁㈠崟 +// @Summary 鏇存柊宸ュ崟 // @Produce application/json // @Param object body request.UpdateOrderManage true "鏌ヨ鍙傛暟" // @Success 200 {object} contextx.Response{} @@ -101,7 +101,7 @@ // List // // @Tags OrderManage -// @Summary 璁㈠崟鍒楄〃 +// @Summary 宸ュ崟鍒楄〃 // @Produce application/json // @Success 200 {object} contextx.Response{} // @Router /api/orderManage/list [get] -- Gitblit v1.8.0