From 75c57aeb31701e5ce94d73e967c9d163b12bd0fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bryan=E4=B8=8D=E5=8F=AF=E6=80=9D=E8=AE=AE?= Date: Tue, 16 Nov 2021 17:41:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=93=8D=E5=BA=94=E7=A4=BA?= =?UTF-8?q?=E4=BE=8Bjson=E6=97=A0=E6=B3=95=E6=AD=A3=E5=B8=B8=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E7=9A=84=E9=97=AE=E9=A2=98=20(#279)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update fetch.md 修复响应示例json无法正常显示的问题 * Update action.md --- newbie_exam/action.md | 16 +++++++++------- newbie_exam/fetch.md | 1 + 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/newbie_exam/action.md b/newbie_exam/action.md index 42a02f2..04fb863 100644 --- a/newbie_exam/action.md +++ b/newbie_exam/action.md @@ -60,7 +60,8 @@ curl 'http://api.bilibili.com/x/answer/v4/base/check' \
查看响应示例: -```json + +```json { "code": 0, "message": "0", @@ -121,7 +122,7 @@ curl 'http://api.bilibili.com/x/answer/v4/base/check' \
查看响应示例: -```json +```json { "code": 0, "message": "0", @@ -182,7 +183,7 @@ curl -G 'http://api.bilibili.com/x/answer/v4/pro/check' \
查看响应示例: -```json +```json { "code": 0, "message": "0", @@ -234,7 +235,7 @@ curl 'http://api.bilibili.com/x/answer/v4/captcha' \
查看响应示例: -```json +```json { "code": 0, "message": "0", @@ -306,7 +307,7 @@ curl 'http://api.bilibili.com/x/answer/v4/captcha/check' \
查看响应示例: -```json +```json { "code": 0, "message": "0", @@ -355,7 +356,7 @@ curl 'http://api.bilibili.com/x/answer/v4/pro/type/check' \
查看响应示例: -```json +```json { "code": 0, "message": "0", @@ -424,7 +425,8 @@ curl 'http://api.bilibili.com/x/answer/v4/submit' \
查看响应示例: -```json + +```json { "code": 0, "message": "0", diff --git a/newbie_exam/fetch.md b/newbie_exam/fetch.md index d7d4315..91b58f6 100644 --- a/newbie_exam/fetch.md +++ b/newbie_exam/fetch.md @@ -211,6 +211,7 @@ curl -G 'http://api.bilibili.com/x/answer/v4/pro' \
查看响应示例: + ```json { "code": 0,