!561 【新增功能】添加微信转账到零钱提现功能

Merge pull request !561 from 痴货/jh-wxzz
This commit is contained in:
芋道源码
2024-10-13 04:39:00 +00:00
committed by Gitee
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[]
}