钱包 - 优化

支付应用 - 证书模式增加应用私钥

(cherry picked from commit bb5945958b)
This commit is contained in:
jason
2023-10-21 15:33:31 +08:00
committed by shizhong
parent 4fcdd63e51
commit 16aba063d1
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
}