新增动态子账号
sub_account_addAdds sub-accounts to dynamic residential proxy products, using existing main account traffic without extra fees, and returns the new sub-account credentials.
Instructions
为动态住宅产品新增 num 个子账号,消耗主账号已购流量,不额外扣费。返回新建子账号的账号密码。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| num | Yes | 要新增的子账号数量,1 到 500 | |
| url | No | 业务网址 | |
| city | No | 城市名称,取 city_list 返回的名称(名称与编码是同一个值) | |
| spec | No | 指定一个供应商(资源池)id,取 provider_list 返回的 id,只能传一个 | |
| agree | No | 协议,不传默认 SOCKS5 | |
| state | No | 州或省名称,多个以英文逗号分隔,取 state_list 返回的名称(名称与编码是同一个值) | |
| remark | No | 备注 | |
| country | Yes | 国家编码(ISO 3166-1 二字码),多个以英文逗号分隔,如 US,JP;可选国家用 country_list 查 | |
| product | Yes | 产品:dynamic-no-expiry=动态住宅流量(永久),dynamic-monthly=动态住宅流量(期限) | |
| confirm_token | No | 确认码。客户端不支持弹窗确认时,第一次调用只返回操作预览和确认码;把预览告诉用户并得到同意后,用相同参数带上确认码再调一次。支持弹窗确认的客户端不需要这个参数 | |
| changeInterval | Yes | IP 切换间隔,单位分钟,5 到 120 | |
| use_random_username | No | 是否使用随机账号密码:0=否,1=是 |