From c32c0fd9d07d669b0e03509b502fd5fda6adcca9 Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期三, 12 七月 2023 09:44:58 +0800 Subject: [PATCH] add --- api/v1/subOrder.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/api/v1/subOrder.go b/api/v1/subOrder.go index 2ec0fd3..41e74cd 100644 --- a/api/v1/subOrder.go +++ b/api/v1/subOrder.go @@ -101,7 +101,7 @@ // @Tags SubOrder // @Summary 鑾峰彇瀛愯鍗曞垪琛� // @Produce application/json -// @Success 200 {object} contextx.Response{} +// @Success 200 {object} contextx.Response{data=response.SubOrderResponse} // @Router /api/subOrder/list [get] func (s *SubOrderApi) List(c *gin.Context) { ctx, ok := contextx.NewContext(c, nil) -- Gitblit v1.8.0