From 39b2524c7c4f968d25fa4739bbbf4102dc43792b Mon Sep 17 00:00:00 2001 From: wxy <14293288+zysysys@user.noreply.gitee.com> Date: Fri, 6 Sep 2024 15:54:27 +0800 Subject: [PATCH] =?UTF-8?q?```=E9=87=8D=E6=9E=84=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E6=96=87=E6=A1=A3=E7=BB=84=E4=BB=B6=E5=B9=B6=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 调整接口文档组件的展示格式,包括接口描述、价格、请求示例以及返回示例。 -增加对接口返回格式(json)的标注,提升请求示例的清晰度。 - 移除未使用的请求方法和apiDescription数据属性。 - 优化返回示例卡片的样式,增强可读性。 - 代码沙箱id: 39eeacaf78350623f522f79fa8313fc1d115712c ``` --- src/views/port/sys/index.vue | 40 +++++++++++++++++++++++++++--------- 1 file changed, 30 insertions(+), 10 deletions(-) diff --git a/src/views/port/sys/index.vue b/src/views/port/sys/index.vue index fb37664..900d32b 100644 --- a/src/views/port/sys/index.vue +++ b/src/views/port/sys/index.vue @@ -5,8 +5,8 @@
描述: {{ describe }}
-价格: {{ price }}/次
+{{remark}}
+{{ price }}/次
接口地址: {{apiEndpoint}}
+返回格式: json
请求方式: {{connectorRequest}}
请求示例: {{apiEndpoint}}?=你申请的KEY&{{apiKey}}
-{{ requestMethod }}
+简介: {{describe}}
+{{ returnExample }}+
{{ returnXml }}+