更新了购买套餐里的充值和立即支付的传参,增加我的账单模块待支付链接跳转和弹窗
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user