1.0.1 • Published 1 year ago

cordova-plugin-jlsoft-ipos v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

cordova-plugin-jlsoft-ipos

手持金融设备聚合插件

cordova.plugins.IPos.execute({
    organization: 'ICBC',
    method: 'startReadMagCard',
    params: {}
}).then(result => {

})

return type Promise

success result

{
    "code":"success"
    "data": ...
}

error result

{
    "code":"error"
    "message": ...
}

methods

IPos.prototype.methods = {
    startReadMagCard: 'startReadMagCard',
    stopReadMagCard: 'stopReadMagCard',
}