站点工具


pay

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

后一修订版
前一修订版
上一修订版 Both sides next revision
pay [2014/08/06 20:33]
106.2.171.114 创建
pay [2021/11/19 16:58]
5.188.211.26 ySWVim <a href="http://khhmaunejbcd.com/">khhmaunejbcd</a>, [url=http://fuiwkllsralo.com/]fuiwkllsralo[/url], [link=http://czeflpktrewv.com/]czeflpktrewv[/link], http://ppequpykjqmj.com/
行 1: 行 1:
- +ySWVim ​ <a href="http://khhmaunejbcd.com/">​khhmaunejbcd<​/a>, [url=http://fuiwkllsralo.com/]fuiwkllsralo[/url], [link=http://czeflpktrewv.com/]czeflpktrewv[/link], http://ppequpykjqmj.com/
-===== 支付接口 ===== +
- +
-==== 1、热拍买家订单支付接口 ==== +
- +
-''​https://m.repai.com/pay/gateway_api/orderid/15位订单号/pay_gateway/支付网关/​appkey/​100001/''​ +
- +
-=== 输入参数说明: === +
- +
-  * orderid 【热拍订单号,由热拍购物车生成】 +
- +
-  * pay_gateway 【支付网关:1为热币支付,2为支付宝WAP网页支付,3为支付宝客户端支付,4为微信支付,5为微博支付,6为中信银行异度支付】 +
- +
-  * appkey 【热拍买家版HTML5为100001,iOS为100002,Android为100003】 +
- +
- +
-=== 输出参数说明: === +
- +
-  * 输出支付成功、失败网页 +
- +
----- +
- +
-==== 2、热拍卖家订单支付接口 ==== +
- +
-''​https://m.repai.com/pay/gateway_api/orderid/15位订单号/​pay_gateway/​支付网关/​appkey/​100004/​token/​防篡改验证串/?​callback_url=http%3A%2F%2Fb.m.repai.com%2Faaa%2Fbbb%2F''​ +
- +
-=== 输入参数说明: === +
- +
-  * orderid 【热拍卖家订单号,由卖家客户端生成,生成函数如下:】 +
- +
- <?php +
- //​生成一个15字节长的订单号 +
- function model_item_orderid_create() { +
-  $orderid = microtime(true);​ +
-  $orderid = $orderid * 10000; +
-  $orderid = $orderid.mt_rand(0,​9);​ +
-  return $orderid; +
-+
- ?> +
- +
-  * pay_gateway 【支付网关:1为热币支付,2为支付宝WAP网页支付,3为支付宝客户端支付,4为微信支付,5为微博支付,6为中信银行异度支付】 +
- +
-  * appkey 【热拍卖家版iOS为100004,Android为100005】 +
- +
-  * total_price 【付款金额】 +
- +
-  * order_type 【订单类型:1为热拍商家保证金,2为热拍商家广告费,3为热拍商家会员费】 +
- +
-  * callback_url 【urlencode编码的回调地址,不能含有?​、&​、=等参数,】 +
- +
-  * token    【防篡改验证串,token值的组成为,以PHP代码为例:md5("​RP"​.$appkey.$appsecret.$orderid.$total_price.$order_type) 由卖家PHP端生成,其中 $appsecret为密钥,每个appkey对应的不同的密钥,密钥请询问张宴】 +
- +
-=== 输出参数说明: === +
- +
-  * 输出支付成功、失败网页 +
- +
-[[start|返回首页]]+
pay.txt · 最后更改: 2022/04/19 11:20 由 5.188.211.26