增加email认证信息的接口
This commit is contained in:
parent
8ab91fa7b1
commit
6c3760a321
@ -457,3 +457,7 @@ function tokenHistory(funId, start, limit, address, tokenId) {
|
|||||||
promiseCb(funId, jc.wallet.historySvr.tokenRecords(data));
|
promiseCb(funId, jc.wallet.historySvr.tokenRecords(data));
|
||||||
}
|
}
|
||||||
// ======= end of transaction history =======
|
// ======= end of transaction history =======
|
||||||
|
|
||||||
|
function emailInfo(funId) {
|
||||||
|
promiseCb(funId, jc.wallet.emailVerifySvr.checkEmailVerified());
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user