增加删除账号和重置wallet的接口
This commit is contained in:
parent
ae25b0659f
commit
46c0231b23
File diff suppressed because one or more lines are too long
@ -567,3 +567,11 @@ function beginGoogleBuy(funId, productId, orderId) {
|
||||
}
|
||||
}
|
||||
// end of in-app pay
|
||||
|
||||
function deleteAccount(funId) {
|
||||
promiseCb(funId, jc.wallet.deleteAccount());
|
||||
}
|
||||
|
||||
function resetWalletAddress(funId) {
|
||||
promiseCb(funId, jc.wallet.resetWalletAddress());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user