feat: 支持京东白条账单上传和清洗
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user