You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
information-system/webht/third_party/pay/config/iPayLinks.php

31 lines
1.8 KiB
PHTML

8 years ago
<?php
$config['version'] = "1.1";
$config['partnerId'] = "10000007562";
$config['siteId'] = "www.chinahighlights.com";
$config['tradeType'] = "1001";
$config['borrowingMarked'] = "0";
$config['returnUrl'] = "https://www.chinahighlights.com/secureipay/load_return";
$config['noticeUrl'] = "http://www.mycht.cn/webht.php/apps/pay/ipaylinks_notice";
// $config['returnUrl'] = "http://202.103.68.79:88/guide-use.php/apps/pay/iPayLinksService/load_return";
// $config['noticeUrl'] = "http://202.103.68.79:88/guide-use.php/apps/pay/iPayLinksService/ipaylinks_notice";
$config['mcc'] = "5000";
$config['payType'] = "EDC";
$config['payMode'] = "10";
$config['charset'] = "1";
$config['signType'] = "2";
$config['signMsg'] = "";
$config['gatewayUrl'] = "https://api.ipaylinks.com/webgate/crosspay.htm";
// test
// $config['gatewayUrl'] = "http://api.test.ipaylinks.com/webgate/crosspay.htm";
$config['dev_gatewayUrl'] = "http://api.test.ipaylinks.com/webgate/crosspay.htm";
$config['currencyCode'] = "USD";
$config['travDetailsSize'] = "0";
$config['pkey'] = "30819f300d06092a864886f70d010101050003818d0030818902818100c2446c6be39938f29e2150a8b929a5e44ee39b774775270a0c223e3cad717eaa15ab17fed5d0a04fc75e10d6c97644b10269a9cf842f47ca8d22e0d0c906c7314ae11dd73a64ab721b9a11aaa5588b4f039e1d1e9809fccdfb698ea72e14d86ba6731ebff1635f8901b0e04ffdd588be9b7d5fb549deaf391f6a71fced37dbd50203010001"; // 商户证书的公钥
$config['queryUrl'] = "https://query.ipaylinks.com/webgate/orderQuery.htm";
// test
// $config['queryUrl'] = "http://api.test.ipaylinks.com/webgate/orderQuery.htm";
$config['dev_queryUrl'] = "http://api.test.ipaylinks.com/webgate/orderQuery.htm";
$config['query_mode'] = "1";
$config['query_type'] = "1";