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); });
|
* this.wechat.auth.then((res) => { alert(res.code); });
|
||||||
* </code>
|
* </code>
|
||||||
*/
|
*/
|
||||||
|
@Cordova()
|
||||||
auth(scope: any, state: any): Promise<any> {
|
auth(scope: any, state: any): Promise<any> {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@ -116,6 +117,7 @@ export class Wechat extends IonicNativePlugin {
|
|||||||
* });
|
* });
|
||||||
* </code>
|
* </code>
|
||||||
*/
|
*/
|
||||||
|
@Cordova()
|
||||||
sendPaymentRequest(params: any): Promise<any> {
|
sendPaymentRequest(params: any): Promise<any> {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@ -143,6 +145,7 @@ export class Wechat extends IonicNativePlugin {
|
|||||||
* });
|
* });
|
||||||
* </code>
|
* </code>
|
||||||
*/
|
*/
|
||||||
|
@Cordova()
|
||||||
jumpToWechat(url: string): Promise<any> {
|
jumpToWechat(url: string): Promise<any> {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@ -160,6 +163,7 @@ export class Wechat extends IonicNativePlugin {
|
|||||||
* });
|
* });
|
||||||
* </code>
|
* </code>
|
||||||
*/
|
*/
|
||||||
|
@Cordova()
|
||||||
chooseInvoiceFromWX(params: any): Promise<any> {
|
chooseInvoiceFromWX(params: any): Promise<any> {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user