mirror of
https://github.com/wanxf-shuto/CordovaReadApplicationSignature.git
synced 2026-06-05 00:00:35 +08:00
fix wrong parameter
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
var exec = require('cordova/exec');
|
var exec = require('cordova/exec');
|
||||||
|
|
||||||
exports.getAppSignature = function (arg0, success, error) {
|
exports.getAppSignature = function (success, error) {
|
||||||
exec(success, error, 'ReadAppSignature', 'getAppSignature', [arg0]);
|
exec(success, error, 'ReadAppSignature', 'getSignature', []);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user