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.
31 lines
1.4 KiB
PHP
31 lines
1.4 KiB
PHP
<?php
|
|
$config["sign_type"] = "HMAC-SHA256";
|
|
$config["trade_type"] = "NATIVE";
|
|
$config["currency"] = "CNY";
|
|
$config["currency_unit"] = 100;
|
|
$config["method_code"] = 15016;
|
|
$config["send_notify_url"] = "https://www.mycht.cn/webht.php/apps/pay/paymentservice/send_notify";
|
|
/*!
|
|
* 各账号的设置
|
|
*/
|
|
$config['all_account'] = "cht,trippest";
|
|
// test
|
|
$config['test']["notify_url"] = "https://www.mycht.cn/webht.php/apps/pay/wxpayservice/notify/test";
|
|
$config['test']["app_id"] = "wx426b3015555a46be";
|
|
$config['test']["mch_id"] = "1900009851";
|
|
$config['test']["key"] = "8934e7d15453e97507ef794cf7b0519d";
|
|
$config['test']["app_secret"] = "7813490da6f1265e4901ffb80afaa36f";
|
|
// Trippest
|
|
$config['trippest']["notify_url"] = "https://www.mycht.cn/webht.php/apps/pay/wxpayservice/notify/trippest";
|
|
$config['trippest']["app_id"] = "wx7e605820faf98a05";
|
|
$config['trippest']["mch_id"] = "1528541381";
|
|
$config['trippest']["key"] = "b6f4db121410468e814d812c6c641efd";
|
|
$config['trippest']["app_secret"] = "";
|
|
// ChinaHighlights = China train booking
|
|
$config['cht']["notify_url"] = "https://www.mycht.cn/webht.php/apps/pay/wxpayservice/notify/cht";
|
|
$config['cht']["app_id"] = "wxd6c8dd69af5128cd";
|
|
$config['cht']["mch_id"] = "1353239702";
|
|
$config['cht']["key"] = "aada7476b3fecc2c6e33a7c765298516";
|
|
$config['cht']["app_secret"] = "";
|
|
// wx5d01021a6d515098 花梨鹰小程序
|