批量修改数据中心时长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。
示例值:
38979
content[0][customPassword]
string
必需
示例值:
passxsasd
content[1][id]
string
子账号id。
示例值:
38978
content[1][customPassword]
string
可选
示例值:
passwordxxx3
示例代码
返回响应
修改于 2025-04-16 06:00:14