更新充值和购买支付宝接口和传参,我的账单列表更新&解决banner拉伸&更新登录的访问令牌
This commit is contained in:
@@ -10,6 +10,7 @@ export async function listBills(params: {
|
||||
type?: number
|
||||
create_after?: Date
|
||||
create_before?: Date
|
||||
trade_id?: string
|
||||
}) {
|
||||
return await callByUser<PageRecord<Bill>>('/api/bill/list', params)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user