miricy 1 éve
szülő
commit
eb7f97f8d6
1 módosított fájl, 8 hozzáadás és 2 törlés
  1. 8 2
      product/account.md

+ 8 - 2
product/account.md

@@ -56,6 +56,12 @@
 | 415    | 请求失败,不支持的媒体类型                    |
 | 500    | 请求失败,服务端内部错误                      |
 
+## URL地址说明
+   url前缀地址为 https://account.izhiju.cn/realms/zhiju
+   接口中未指定url前缀地址,则默认使用此前缀地址
+   如:{{url}}/account 实际地址为 https://account.izhiju.cn/realms/zhiju/account
+
+
 ## 用户登陆认证
 
 ### 微信用户注册登陆接口
@@ -344,7 +350,7 @@ Authorization: Bearer {{token}}
    ```json
     {
      "error_description": "user not found",
-     "error": "user_not_found."
+     "error": "user_not_found"
    }
    ```
 
@@ -399,7 +405,7 @@ Authorization: Bearer {{token}}
    ```json
     {
      "error_description": "user not found",
-     "error": "user_not_found."
+     "error": "user_not_found"
    }
    ```