Giter Site home page Giter Site logo

cordova-qdc-wxpay's Introduction

cordova-qdc-wxpay

微信APP支付cordova,ionic插件(Android版,Ios版)

  • 2015.06.30 微信支付Android及IOS版集成,初步完成
  • 2015.06.26 微信Android SDK【2014.12.12】

1. Android客户端安装

开发工程下执行以下命令导入本插件:

$ ionic plugin add https://github.com/mrwutong/cordova-qdc-wxpay.git

已安装插件查看:

$ionic plugin list

执行以下命令删本插件:

# 【com.qdc.plugins.wxpay】是插件ID,不是插件文件夹名
$ionic plugin rm com.qdc.plugins.wxpay

1.1 Android开发环境导入--Eclipse

导入路径:开发工程->platform->android

1.2 IOS开发环境导入--Xcode

导入路径:开发工程->platform->ios

确认没有编译错误。

1.3 JS调用说明

  • 事先前调用后台预支付API生成订单数据及签名数据
  • 调用plugin的JS方法【wxpay.payment】进行支付
	**wxpay.payment(json, cb_success, cb_failure);**
	# 参数说明:格式为JSON格式
	# cb_success:调用成功回调方法
	# cb_failure:调用失败回调方法
	{
	appid: 公众账号ID
	noncestr: 随机字符串
	package: 扩展字段
	partnerid: 商户号
	prepayid: 预支付交易会话ID
	timestamp: 时间戳
	sign: 签名
	}
	注:订单总金额,只能为整数,单位为【分】,参数值不能带小数。

cordova-qdc-wxpay's People

Contributors

mrwutong avatar

Watchers

Evyn Mao avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.