mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-31 18:49:43 +08:00
parent
fb5d47bff2
commit
0b43c69993
@ -92,6 +92,7 @@ export class Wechat extends IonicNativePlugin {
|
||||
* this.wechat.auth.then((res) => { alert(res.code); });
|
||||
* </code>
|
||||
*/
|
||||
@Cordova()
|
||||
auth(scope: any, state: any): Promise<any> {
|
||||
return;
|
||||
}
|
||||
@ -116,6 +117,7 @@ export class Wechat extends IonicNativePlugin {
|
||||
* });
|
||||
* </code>
|
||||
*/
|
||||
@Cordova()
|
||||
sendPaymentRequest(params: any): Promise<any> {
|
||||
return;
|
||||
}
|
||||
@ -143,6 +145,7 @@ export class Wechat extends IonicNativePlugin {
|
||||
* });
|
||||
* </code>
|
||||
*/
|
||||
@Cordova()
|
||||
jumpToWechat(url: string): Promise<any> {
|
||||
return;
|
||||
}
|
||||
@ -160,6 +163,7 @@ export class Wechat extends IonicNativePlugin {
|
||||
* });
|
||||
* </code>
|
||||
*/
|
||||
@Cordova()
|
||||
chooseInvoiceFromWX(params: any): Promise<any> {
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user