批量修改静态住宅(原生)时长IP子账号密码
PUT
/externalapi/device/batchUpdateSubAccountPassword
请求参数
Body 参数application/x-www-form-urlencoded
access_token
string
必需
示例值:
{{access_token}}
type
integer
必需
示例值:
1
status
integer
必需
示例值:
1
content[0][id]
string
子账号id。
示例值:
1
content[0][customPassword]
string
必需
示例值:
passwordxxx1
content[1][id]
string
子账号id。
示例值:
3
content[1][customPassword]
string
可选
示例值:
passwordxxx2
示例代码
返回响应
修改于 2025-04-16 05:54:19