钱包 - 优化

支付应用 - 证书模式增加应用私钥
This commit is contained in:
jason
2023-10-21 15:33:31 +08:00
parent e187c55408
commit bb5945958b
4 changed files with 21 additions and 27 deletions

View File

@ -3,7 +3,6 @@ import request from '@/config/axios'
/** 用户钱包查询参数 */
export interface PayWalletUserReqVO {
userId: number
userType: number
}
/** 钱包 VO */
export interface WalletVO {