Files
kami_frontend/src/api/generated/docs/KamiApiCamelOilV1PrefetchOrderListItem.md
danial 6d25b11074 feat(api): 新增预拉取订单和设置接口模块
- 添加 jdv2-prefetch-api,支持获取预拉取订单日志及订单列表
- 添加 jdv2-settings-api,支持获取及更新骆驼模块设置
- 更新生成的 API 文件列表,包含新增接口及相关模型和文档
- 修改本地设置文件,增加 prettier 格式化相关命令支持
2025-12-05 22:13:07 +08:00

2.5 KiB
Raw Blame History

KamiApiCamelOilV1PrefetchOrderListItem

Properties

Name Type Description Notes
id number 主键ID [optional] [default to undefined]
accountId number 拉取时使用的账号ID [optional] [default to undefined]
accountName string 账号名称 [optional] [default to undefined]
amount number 预拉取订单金额 [optional] [default to undefined]
platformOrderNo string 骆驼平台订单号 [optional] [default to undefined]
alipayUrl string 支付宝支付链接 [optional] [default to undefined]
status number 预拉取订单状态1待匹配 2已匹配 3已过期 4已失效 [optional] [default to undefined]
orderNo string 匹配后的订单号 [optional] [default to undefined]
matchedAt string 匹配时间 [optional] [default to undefined]
expireAt string 预拉取订单过期时间 [optional] [default to undefined]
failureReason string 失败原因 [optional] [default to undefined]
remark string 备注信息 [optional] [default to undefined]
createdAt string 创建时间 [optional] [default to undefined]
updatedAt string 更新时间 [optional] [default to undefined]

Example

import { KamiApiCamelOilV1PrefetchOrderListItem } from './api';

const instance: KamiApiCamelOilV1PrefetchOrderListItem = {
  id,
  accountId,
  accountName,
  amount,
  platformOrderNo,
  alipayUrl,
  status,
  orderNo,
  matchedAt,
  expireAt,
  failureReason,
  remark,
  createdAt,
  updatedAt
};

[Back to Model list] [Back to API list] [Back to README]