From 60660da7ad597d7de39c2abc02da46f45d8dcec6 Mon Sep 17 00:00:00 2001 From: zhouyonggao <1971162852@qq.com> Date: Fri, 13 Mar 2026 17:51:14 +0800 Subject: [PATCH] =?UTF-8?q?docs(api):=20=E4=BC=98=E5=8C=96=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E7=8A=B6=E6=80=81=E5=92=8C=E5=88=B8=E7=A0=81=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E6=8F=8F=E8=BF=B0=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 调整订单状态描述的换行格式,提升可读性 - 调整券码状态描述的换行格式,保持风格一致 - 保持示例值和状态解释内容不变只改进格式布局 --- docs/接口文档/openapi.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/接口文档/openapi.yaml b/docs/接口文档/openapi.yaml index f7e04c1..d5edf5f 100644 --- a/docs/接口文档/openapi.yaml +++ b/docs/接口文档/openapi.yaml @@ -1138,7 +1138,8 @@ components: maxLength: 32 status: type: integer - description: |订单状态 + description: | + 订单状态 - 100: 服务未预约 - 200: 服务已预约 - 300: 服务已完成 @@ -1147,7 +1148,8 @@ components: example: 200 keyStatus: type: integer - description: |券码状态 + description: | + 券码状态 - 0: 待生成 - 1: 正常 - 2: 已核销