feat(api): 更新OpenAPI生成的客户端代码
- 添加了新的API端点用于苹果账户管理 - 实现了苹果账户的创建、删除、更新和查询功能 - 支持苹果账户充值记录的获取和处理 - 提供了批量导入账户和下载模板的功能 - 实现了账户状态管理和配置设置功能 - 添加了手动回调和订单处理相关接口 - 优化了API参数验证和错误处理机制 - 更新了API文档注释和请求参数说明
This commit is contained in:
@@ -1726,5 +1726,6 @@ export enum ApiJdCookieOrderListGetStatusEnum {
|
||||
NUMBER_3 = 3,
|
||||
NUMBER_6 = 6,
|
||||
NUMBER_2 = 2,
|
||||
NUMBER_1 = 1
|
||||
NUMBER_1 = 1,
|
||||
NUMBER_7 = 7
|
||||
}
|
||||
|
||||
@@ -386,7 +386,7 @@ const apiInstance = new JDOrderManagementApi(configuration);
|
||||
|
||||
let page: number; //页码 (optional) (default to 1)
|
||||
let size: number; //每页大小 (optional) (default to 20)
|
||||
let status: 4 | 5 | 0 | 3 | 6 | 2 | 1; //状态筛选 (optional) (default to undefined)
|
||||
let status: 4 | 5 | 0 | 3 | 6 | 2 | 1 | 7; //状态筛选 (optional) (default to undefined)
|
||||
let startTime: string; //开始时间 (optional) (default to undefined)
|
||||
let endTime: string; //结束时间 (optional) (default to undefined)
|
||||
|
||||
@@ -402,10 +402,10 @@ const { status, data } = await apiInstance.apiJdCookieOrderListGet(
|
||||
### Parameters
|
||||
|
||||
| Name | Type | Description | Notes |
|
||||
| ------------- | ------------ | ----------- | -------------------------------- | --- | --- | --- | ------------------------------------------------------------------------ | -------- | -------------------------------- |
|
||||
| ------------- | ------------ | ----------- | -------------------------------- | --- | --- | --- | --- | --------------------------------------------------------------------------------- | -------- | -------------------------------- |
|
||||
| **page** | [**number**] | 页码 | (optional) defaults to 1 |
|
||||
| **size** | [**number**] | 每页大小 | (optional) defaults to 20 |
|
||||
| **status** | [\*\*4 | 5 | 0 | 3 | 6 | 2 | 1**]**Array<4 | 5 | 0 | 3 | 6 | 2 | 1>\*\* | 状态筛选 | (optional) defaults to undefined |
|
||||
| **status** | [\*\*4 | 5 | 0 | 3 | 6 | 2 | 1 | 7**]**Array<4 | 5 | 0 | 3 | 6 | 2 | 1 | 7>\*\* | 状态筛选 | (optional) defaults to undefined |
|
||||
| **startTime** | [**string**] | 开始时间 | (optional) defaults to undefined |
|
||||
| **endTime** | [**string**] | 结束时间 | (optional) defaults to undefined |
|
||||
|
||||
|
||||
@@ -49,6 +49,7 @@ export enum KamiApiJdCookieV1JdOrderHistoryInfoChangeTypeEnum {
|
||||
Expire = 'expire',
|
||||
Invalid = 'invalid',
|
||||
Pay = 'pay',
|
||||
PendPay = 'pendPay',
|
||||
Replace = 'replace',
|
||||
Send = 'send',
|
||||
Unbind = 'unbind'
|
||||
|
||||
@@ -42,5 +42,6 @@ export enum KamiApiJdCookieV1ListOrderReqStatusEnum {
|
||||
NUMBER_3 = 3,
|
||||
NUMBER_6 = 6,
|
||||
NUMBER_2 = 2,
|
||||
NUMBER_1 = 1
|
||||
NUMBER_1 = 1,
|
||||
NUMBER_7 = 7
|
||||
}
|
||||
|
||||
@@ -44,10 +44,11 @@ export interface KamiApiJdCookieV1OrderHistoryInfo {
|
||||
}
|
||||
|
||||
export enum KamiApiJdCookieV1OrderHistoryInfoChangeTypeEnum {
|
||||
Bind = 'bind',
|
||||
CkFailed = 'ck_failed',
|
||||
Create = 'create',
|
||||
Expire = 'expire',
|
||||
JdOrderFailed = 'jd_order_failed',
|
||||
Pay = 'pay',
|
||||
Rebind = 'rebind'
|
||||
StockFailed = 'stock_failed'
|
||||
}
|
||||
|
||||
@@ -66,5 +66,6 @@ export enum KamiApiJdCookieV1OrderInfoStatusEnum {
|
||||
NUMBER_3 = 3,
|
||||
NUMBER_6 = 6,
|
||||
NUMBER_2 = 2,
|
||||
NUMBER_1 = 1
|
||||
NUMBER_1 = 1,
|
||||
NUMBER_7 = 7
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user