账号修改参数
OpenAPI Specification
管理端账号修改请求体,用于调整账号池配置;userToken、userAgent 为凭据类字段,禁止外发。接口基址为 https://api.allyang.cn,OpenAI 兼容前缀为 /v1;本页仅描述数据模型,完整访问路径以对应接口页为准。
| 字段 | 类型 | 必填 | 说明 |
|---|---|---|---|
| coreSize | integer(int32) | — | 并发数,例如 3 |
| enable | boolean | — | 是否可用,例如 true |
| mjBotChannelId | string | — | MJ 私信 ID |
| nijiBotChannelId | string | — | niji 私信 ID |
| queueSize | integer(int32) | — | 等待队列长度,例如 10 |
| remark | string | — | 备注说明 |
| remixAutoSubmit | boolean | — | remix 自动提交,例如 false |
| timeoutMinutes | integer(int32) | — | 任务超时时间(分钟),例如 5 |
| userAgent | string | — | 请求使用的 User-Agent |
| userToken | string | — | 账号 Token(敏感,禁止外发) |