chan/hx_ips

huanxun ips payment sdk on composer

0.10 2017-11-27 09:22 UTC

This package is not auto-updated.

Last update: 2024-05-06 05:19:24 UTC


README

huanxun ips payment.

配置基本内容
<?php 
$config = [
    'Version'=>'v1.0.0',
    'MerCode'=>'',//商户号--申请
    'Account'=>'',//交易账户号--申请
    'MerCert'=>'',//商户证书
    'PostUrl'=>'https://thumbpay.e-years.com/psfp-webscan/onlinePay.do',//请求地址
    'S2Snotify_url'=>'',//回调通知地址
    'return_url'=>'',// 同步回调地址
];