add method for generate sharecode
This commit is contained in:
parent
f6914db0a1
commit
ccf9cbd1d3
File diff suppressed because one or more lines are too long
@ -851,3 +851,8 @@ function getLocalPassState(funId, key) {
|
|||||||
promiseCb(funId, jc.wallet.nativeSvr.passStorageState(key));
|
promiseCb(funId, jc.wallet.nativeSvr.passStorageState(key));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function createShareCode(funId, type) {
|
||||||
|
type = parseInt(type || '1');
|
||||||
|
promiseCb(funId, jc.wallet.generateShareCode(type));
|
||||||
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user