miricy 1 سال پیش
والد
کامیت
1c189d8a60
1فایلهای تغییر یافته به همراه7 افزوده شده و 1 حذف شده
  1. 7 1
      product/account.md

+ 7 - 1
product/account.md

@@ -310,6 +310,8 @@ Authorization: Bearer {{token}}
 
 返回结果:
 1. 成功,状态码200, 返回如下内容:
+
+```json
 {
   "id": "456637c0-c3a0-412a-8aeb-37f518ac11ed",
   "username": "test",
@@ -326,8 +328,9 @@ Authorization: Bearer {{token}}
     ]
   }
 }
+```
 
-2. 为登陆或token过期,状态码401,返回如下内容:
+1. 为登陆或token过期,状态码401,返回如下内容:
 
   ```json
    {
@@ -362,6 +365,8 @@ Authorization: Bearer {{token}}
 
 返回结果:
 1. 成功,状态码200, 返回如下内容:
+
+```json
 {
   "id": "456637c0-c3a0-412a-8aeb-37f518ac11ed",
   "username": "test",
@@ -378,6 +383,7 @@ Authorization: Bearer {{token}}
     ]
   }
 }
+```
 
 1. 为登陆或token过期,状态码401,返回如下内容: