2020.02新版
This commit is contained in:
46
plugins/jdpay/inc/cert/config.ini
Normal file
46
plugins/jdpay/inc/cert/config.ini
Normal file
@@ -0,0 +1,46 @@
|
||||
[wepay]
|
||||
;======================= 商户开通的商户号
|
||||
merchantNum=22294531
|
||||
|
||||
;======================= 商户DES密钥
|
||||
desKey=ta4E/aspLA3lgFGKmNDNRYU92RkZ4w2t
|
||||
|
||||
;=======================京东支付在线支付PC端请求地址
|
||||
serverPayUrl=https://wepay.jd.com/jdpay/saveOrder
|
||||
|
||||
;=======================京东支付在线支付H5端请求地址
|
||||
;serverPayUrl=https://h5pay.jd.com/jdpay/saveOrder
|
||||
|
||||
;=======================京东查询服务地址
|
||||
serverQueryUrl=https://paygate.jd.com/service/query
|
||||
|
||||
;=======================退款服务地址
|
||||
refundUrl=https://paygate.jd.com/service/refund
|
||||
|
||||
;=======================callback地址
|
||||
callbackUrl=http://localhost/jdPay2Demo/com/jdjr/pay/demo/action/CallBack.php
|
||||
|
||||
;=======================notify地址
|
||||
notifyUrl=http://localhost/jdPay2Demo/com/jdjr/pay/demo/action/AsnyNotify.php
|
||||
|
||||
;======================扫码创建订单
|
||||
uniorderUrl= https://paygate.jd.com/service/uniorder
|
||||
|
||||
;======================交易号查退款
|
||||
queryRefundUrl=https://paygate.jd.com/service/queryRefund
|
||||
|
||||
;==========撤销地址
|
||||
revokeUrl=https://paygate.jd.com/service/revoke
|
||||
|
||||
;=========付款码支付
|
||||
fkmPayUrl=https://paygate.jd.com/service/fkmPay
|
||||
|
||||
;=========用户关系查询地址
|
||||
getUserRelationUrl=https://paygate.jd.com/service/getUserRelation
|
||||
|
||||
;=========用户关系解绑地址
|
||||
cancelUserRelationUrl=https://paygate.jd.com/service/cancelUserRelation
|
||||
|
||||
;=========白条策略查询地址
|
||||
queryBaiTiaoFQUrl=https://paygate.jd.com/service/queryBaiTiaoFQ
|
||||
|
||||
Reference in New Issue
Block a user