Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 🎸 描述错误 #1155

Merged
merged 1 commit into from
Aug 9, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/ 开发者指南/ 应用接入/ 统一权限.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ arkid支持第三方应用,通过输出自身的接口文档,arkid这边通

| 参数名称 | 参数说明 | 示例 |
| :---------: | :--------------: | :--------------: |
| `result` | 用户权限字符串(0是有权限,1是没权限,每1位与接口文档中的sort_id对应) |
| `result` | 用户权限字符串(1是有权限,0是没权限,每位与接口文档中的sort_id对应) |

- 返回示例:
``` json
Expand Down