完善账单功能,移除状态字段并优化支付资源创建逻辑
This commit is contained in:
5
src/app/(api)/alipay/callback/rouute.ts
Normal file
5
src/app/(api)/alipay/callback/rouute.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import {NextRequest} from 'next/server'
|
||||
|
||||
export async function GET(req: NextRequest) {
|
||||
|
||||
}
|
||||
5
src/app/(api)/wechatpay/callback/rouute.ts
Normal file
5
src/app/(api)/wechatpay/callback/rouute.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import {NextRequest} from 'next/server'
|
||||
|
||||
export async function GET(req: NextRequest) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user