增加email认证信息的接口

This commit is contained in:
zhl 2023-04-05 10:46:26 +08:00
parent 8ab91fa7b1
commit 6c3760a321

View File

@ -457,3 +457,7 @@ function tokenHistory(funId, start, limit, address, tokenId) {
promiseCb(funId, jc.wallet.historySvr.tokenRecords(data));
}
// ======= end of transaction history =======
function emailInfo(funId) {
promiseCb(funId, jc.wallet.emailVerifySvr.checkEmailVerified());
}