自定义动态住宅时长IP子账号用户名和密码
PUT
/externalapi/device/batchUpdateSubAccountUsernamePassword
请求参数
Body 参数application/x-www-form-urlencoded
access_token
string
必需
示例值:
{{access_token}}
type
integer
必需
示例值:
0
status
integer
必需
示例值:
0
content[0][id]
string
子账号id。
示例值:
27
content[0][customUsername]
string
必需
示例值:
usernamexxxFFW1
content[0][customPassword]
string
必需
示例值:
passwordxxx1
content[1][id]
string
子账号id。
示例值:
28
content[1][customUsername]
string
可选
示例值:
usernamexxxFFW2
content[1][customPassword]
string
可选
示例值:
passwordxxx2
示例代码
返回响应
修改于 2025-01-13 11:15:43