标签:name tar span nbsp put start code 扫码 epo
1.选择支付方式:
接口1: 获取可用的支付方式列表
http://ta.jinyazhou88.org/index.jsp?c=find&a=deposit2
返回:
“data”:[ dt_id : 8, //充值方式ID bank_id:”209”, pay_name : “汇元支付宝”, card_id:”17”, trade_type:”9”, shopURL:c=fin&a=recharge, min_limit:”50”, max_limit:”3000”, card_codes:”asdfkjdshkhnvtvy”, //卡号加密字符串 is_href:1, // 是否跳转 0:app内置,1:需跳转 ]
下一步:
Intent mIntent = new Intent(getActivity(), PayHtml.class); Bundle mBundle = new Bundle(); mBundle.putSerializable("rconfig", cardRecharge); mIntent.putExtras(mBundle); startActivity(mIntent);
2.充值中心
Protocol |
GET |
|||
URL |
默认API请求地址+?c=fin&a=recharge |
|||
参数 |
类型 |
示例值 |
备注 |
|
|
||||
id |
string |
|
4.2.3接口返回bt_id字段 |
|
encry |
string |
|
Base64编码 json字符串 示例: $userinfo = array( ‘username’=>admin, ‘user_id’=>111, ) Encry 值为:base64_encode(json_encode($userinfo)) |
|
trade_type |
int |
1 |
支付类型1|线下网银[原转账];2|第三方网银;3|快捷支付;7|QQ扫码;8|微信扫码;9|支付宝扫码; 参数获取从4.2.3 |
|
frm |
Int |
4 |
设备号码:4=安卓,5=IOS |
|
APP应使用内置浏览器请求,展示页面为支付金额填写页面,通过不同支付类型,进行二维码展示或第三方快捷支付跳转。 |
||||
example |
|
标签:name tar span nbsp put start code 扫码 epo
原文地址:http://www.cnblogs.com/ganchuanpu/p/7647635.html