`乘车码插件 使用方法: ```declare let cordova: any; //授权 auth() { cordova.plugins.PTSBusCode.auth({'authBizData':'','pushDeviceId':''}}, success => { //返回值处理 this.nativeService.showToast(success); }, error => { //错误处理 this.nativeServ