Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.15 KB

PAYMENT_CN.md

File metadata and controls

33 lines (20 loc) · 1.15 KB

支付

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

fluwx.pay(
      which: Payment(
      appId: result['appid'].toString(),
      partnerId: result['partnerid'].toString(),
      prepayId: result['prepayid'].toString(),
      packageValue: result['package'].toString(),
      nonceStr: result['noncestr'].toString(),
      timestamp: result['timestamp'],
      sign: result['sign'].toString(),
));

安卓支付

image-20210523132928727

image-20210523133551034

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