1.0.1 • Published 6 years ago

cordova.plugin.wxpay.lwking v1.0.1

Weekly downloads
3
License
ISC
Repository
-
Last release
6 years ago

cordova.plugin.wxpay

cordova 微信支付插件

 cordova plugin add cordova.plugin.wxpay.lwking --variable WXAPPID=公众账号ID

 cordova plugin add https://gitee.com/lwking/cordova.plugin.wxpay.git --variable WXAPPID=公众账号ID

Example

       cordova.plugins.WXpay.pay(data,(s)=>{
	  //成功
       },(e)=>{
	  //失败
       });  
	# data参数说明:格式为JSON格式
	{
	appid: 公众账号ID
	noncestr: 随机字符串
	partnerid: 商户号
	prepayid: 预支付交易会话ID
	timestamp: 时间戳
	sign: 签名
	}