feat: 支持京东白条账单上传和清洗

This commit is contained in:
CHE LIANG ZHAO
2026-01-26 13:44:22 +08:00
parent 7b2d6a9fbb
commit 3cf39b4664
17 changed files with 383 additions and 27 deletions

View File

@@ -42,7 +42,7 @@ export async function checkHealth(): Promise<boolean> {
}
// 类型定义
export type BillType = 'alipay' | 'wechat';
export type BillType = 'alipay' | 'wechat' | 'jd';
export interface UploadData {
bill_type: BillType;