钱包 - 优化

支付应用 - 证书模式增加应用私钥
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

@ -65,7 +65,7 @@ const getUserWallet = async () => {
wallet.value = WALLET_INIT_DATA
return
}
const params = { userId: props.user.id, userType: UserTypeEnum.MEMBER }
const params = { userId: props.user.id }
wallet.value = (await WalletApi.getWallet(params)) || WALLET_INIT_DATA
}