We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ced7d98 commit 4089be2Copy full SHA for 4089be2
2 files changed
docs/restapi/apis/userManagement/addNotificationAccount.mdx
@@ -45,7 +45,7 @@ hide_title: true
45
| userID | 选填 | string | 系统号 ID |
46
| nickName | 必填 | string | 系统号昵称 |
47
| faceURL | 必填 | string | 系统号头像 |
48
-| appMangerLevel | 必填 | int | [系统号类型](docs/restapi/apis/commonFields.mdx) |
+| appMangerLevel | 必填 | int | [系统号类型](docs/restapi/commonFields.mdx) |
49
50
### 成功返回示例
51
docs/restapi/apis/userManagement/searchNotificationAccount.mdx
@@ -99,7 +99,7 @@ hide_title: true
99
| userID | string | 系统号 ID |
100
| faceURL | string | 系统号头像 |
101
| nickName | string | 系统号名称 |
102
-| appMangerLevel | int | [系统号类型](docs/restapi/apis/commonFields.mdx) |
+| appMangerLevel | int | [系统号类型](docs/restapi/commonFields.mdx) |
103
104
### 失败返回示例
105
0 commit comments