更新了购买套餐里的充值和立即支付的传参,增加我的账单模块待支付链接跳转和弹窗

This commit is contained in:
Eamon-meng
2025-06-18 19:05:38 +08:00
parent 36b17f1bf2
commit ba7d22168d
9 changed files with 662 additions and 136 deletions

View File

@@ -55,7 +55,6 @@ export async function createResource(props: {
}
export async function prepareResource(props: {
method: number
type: number
short?: {
live: number
@@ -71,6 +70,8 @@ export async function prepareResource(props: {
expire: number
daily_limit: number
}
payment_method: number
payment_platform: number
}) {
return await callByUser<{
trade_no: string