docs(api): 优化订单状态和券码状态描述格式
- 调整订单状态描述的换行格式,提升可读性 - 调整券码状态描述的换行格式,保持风格一致 - 保持示例值和状态解释内容不变只改进格式布局
This commit is contained in:
parent
bd7c955654
commit
60660da7ad
|
|
@ -1138,7 +1138,8 @@ components:
|
||||||
maxLength: 32
|
maxLength: 32
|
||||||
status:
|
status:
|
||||||
type: integer
|
type: integer
|
||||||
description: |订单状态
|
description: |
|
||||||
|
订单状态
|
||||||
- 100: 服务未预约
|
- 100: 服务未预约
|
||||||
- 200: 服务已预约
|
- 200: 服务已预约
|
||||||
- 300: 服务已完成
|
- 300: 服务已完成
|
||||||
|
|
@ -1147,7 +1148,8 @@ components:
|
||||||
example: 200
|
example: 200
|
||||||
keyStatus:
|
keyStatus:
|
||||||
type: integer
|
type: integer
|
||||||
description: |券码状态
|
description: |
|
||||||
|
券码状态
|
||||||
- 0: 待生成
|
- 0: 待生成
|
||||||
- 1: 正常
|
- 1: 正常
|
||||||
- 2: 已核销
|
- 2: 已核销
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue