Browse Source

refreshToken_reason

nancy.wang 2 years ago
parent
commit
93c97b5c45
1 changed files with 5 additions and 0 deletions
  1. 5 0
      refreshToken_reason

+ 5 - 0
refreshToken_reason

@@ -0,0 +1,5 @@
+| RespCode | reason.code           | reason.text                   |
+| -------- | :-------------------- | ----------------------------- |
+| 00       | 00                    | 成功                          |
+| P5       | INVALID_REFRESH_TOKEN | The refresh token is invalid. |
+| P5       | EXPIRED_REFRESH_TOKEN | The refresh token is expired. |