【功能优化】增加转账回调接口

This commit is contained in:
痴货
2024-10-04 10:22:31 +08:00
parent 4a2eddbd3b
commit 9ec660817c
2 changed files with 10 additions and 2 deletions

View File

@ -8,6 +8,7 @@ export interface AppVO {
remark: string
payNotifyUrl: string
refundNotifyUrl: string
transferNotifyUrl: string
merchantId: number
merchantName: string
createTime: Date
@ -19,6 +20,7 @@ export interface AppPageReqVO extends PageParam {
remark?: string
payNotifyUrl?: string
refundNotifyUrl?: string
transferNotifyUrl?: string
merchantName?: string
createTime?: Date[]
}