Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 536 Bytes

PAYMENT_CN.md

File metadata and controls

17 lines (14 loc) · 536 Bytes

支付

调用支付方法很简单,但想成功并不简单:

payWithWeChat(
                appId: result['appid'],
                partnerId: result['partnerid'],
                prepayId: result['prepayid'],
                packageValue: result['package'],
                nonceStr: result['noncestr'],
                timeStamp: result['timestamp'],
                sign: result['sign'],
              );

更多信息还查看支付文档吧.