自定义数据中心时长IP子账号用户名和密码
PUT
/externalapi/device/batchUpdateSubAccountUsernamePassword
请求参数
Body 参数application/x-www-form-urlencoded
access_token
string
必需
示例值:
{{access_token}}
type
integer
必需
示例值:
2
status
integer
必需
示例值:
1
content[0][id]
string
子账号id。
示例值:
20
content[0][customUsername]
string
必需
示例值:
usernamexxxFFW1
content[0][customPassword]
string
必需
示例值:
passwordxxx1
content[1][id]
string
子账号id。
示例值:
19
content[1][customUsername]
string
可选
示例值:
usernamexxxFFW2
content[1][customPassword]
string
可选
示例值:
passwordxxx2
示例代码
返回响应
修改于 2023-10-19 06:26:53