- 新增 `apiAesEncryptionParamsGet` 用于获取AES加密参数(密钥和初始化向量) - 新增jd-v2账号管理API,包括账号状态检测、历史记录、账号列表和统计信息接口 - 更新API生成文件,支持camelOil账号和订单管理相关类型与接口 - 配置文件中添加了Bash mkdir命令的lint任务 - 文档中新增Git hooks相关说明及API客户端新增camelOil相关客户段说明 - ESLint配置更新为现代flat config,支持TypeScript和Vue3 Composition API - 规范了开发和生产环境的API基础URL配置说明
1.1 KiB
1.1 KiB
KamiApiCamelOilV1AccountOrderListResAccountInfo
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| accountId | number | 账号ID | [optional] [default to undefined] |
| accountName | string | 账号名称 | [optional] [default to undefined] |
| phone | string | 手机号(脱敦) | [optional] [default to undefined] |
| status | number | 状态 | [optional] [default to undefined] |
| statusText | string | 状态文本 | [optional] [default to undefined] |
Example
import { KamiApiCamelOilV1AccountOrderListResAccountInfo } from './api';
const instance: KamiApiCamelOilV1AccountOrderListResAccountInfo = {
accountId,
accountName,
phone,
status,
statusText
};