From bc6f764939e56ba3fec94de4022946b46cb43333 Mon Sep 17 00:00:00 2001 From: Elivo Date: Mon, 5 Jan 2026 15:33:58 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=96=87=E5=AD=97=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0=EF=BC=8C=E5=A2=9E=E5=8A=A0=E8=B0=83=E7=94=A8=E6=88=90?= =?UTF-8?q?=E5=8A=9F=E7=9A=84=E7=A4=BA=E4=BE=8B=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mes/认证方式.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mes/认证方式.md b/mes/认证方式.md index 85704e8..0e9cfc5 100644 --- a/mes/认证方式.md +++ b/mes/认证方式.md @@ -83,7 +83,7 @@ Signature: 64235f1ae5900039b5e5c370aebbe8081b8b24b08b2bc3806a9a359304fc1e3b { "data": { "strict": true } } ``` -认证成功时,响应内容中将会包含 status = "ok" 的内容,例如: +认证成功时,响应内容中的 status 值为 ```ok```,例如: ```json { @@ -92,7 +92,7 @@ Signature: 64235f1ae5900039b5e5c370aebbe8081b8b24b08b2bc3806a9a359304fc1e3b } ``` -认证失败时,会返回其它值(包括 error、exception、forbidden 等),例如: +认证失败时,返回的 status 是其它值(包括 ```error```、```exception```、```forbidden```、```unauthorized``` 等),同时可能会提供 message 值,例如: ```json {