android - 安卓微信刷卡支付的DEMO
PHP中文网
PHP中文网 2017-04-17 17:24:54
0
1
621

有没有用安卓集成微信刷卡支付的DEMO,官方的DEMO跑起来必须传入证书文件.
可是刷卡支付的支付接口并不需要证书,而且代码也不能修改.

PHP中文网
PHP中文网

认证高级PHP讲师

reply all(1)
刘奇

There should be no. The payment interface does not require a certificate. WeChat card swiping is mainly called in the background. It is impossible to directly use the Android terminal to directly initiate a request to WeChat. WeChat card payment on the Android side is similar to an external device with a scanner. It uses the camera to scan the WeChat payment code and initiate a payment request. It is mainly what the server needs to do. All Android needs is to send the value after scanning the code according to the interface provided by the background. Personally, I have taken it over. It is best to start connecting from the back end and then develop mobile functions.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template