feat: 支持京东白条账单上传和清洗
This commit is contained in:
@@ -18,7 +18,7 @@ type ListBillsRequest struct {
|
||||
StartDate string `form:"start_date"` // 开始日期 YYYY-MM-DD
|
||||
EndDate string `form:"end_date"` // 结束日期 YYYY-MM-DD
|
||||
Category string `form:"category"` // 分类筛选
|
||||
Type string `form:"type"` // 账单类型 alipay/wechat
|
||||
Type string `form:"type"` // 账单类型 alipay/wechat/jd
|
||||
IncomeExpense string `form:"income_expense"` // 收支类型 收入/支出
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user