|
|
|
|
<?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['url_domain'] = "https://api.weixin.qq.com";
|
|
|
|
|
$config['qrcode_src_prefix'] = "https://mp.weixin.qq.com/cgi-bin/showqrcode?ticket=";
|
|
|
|
|
/*!
|
|
|
|
|
* 各账号的设置
|
|
|
|
|
*/
|
|
|
|
|
$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";
|
|
|
|
|
// // test ldj__yt sandbox
|
|
|
|
|
// $config['lyt']["notify_url"] = "https://www.mycht.cn/webht.php/apps/pay/wxpayservice/notify/lyt";
|
|
|
|
|
// $config['lyt']["app_id"] = "wx5a71eb521a3b9cc2";
|
|
|
|
|
// $config['lyt']["app_secret"] = "686c866ee37da085cffd8c51e0a286f8";
|
|
|
|
|
// $config['lyt']["token"] = "ef9655c079b6443f9153d0ed95037bb5";
|
|
|
|
|
// // $config['lyt']["mch_id"] = "1900009851";
|
|
|
|
|
// // $config['lyt']["key"] = "8934e7d15453e97507ef794cf7b0519d";
|
|
|
|
|
// $config['lyt']['auto_reply'] = array(
|
|
|
|
|
// "reply_follow" => "Thank you for following Trippest. You can get the latest updates of Trippest tours, news, and promos. You can also track your trip here."
|
|
|
|
|
// ,"reply_text" => "Thanks for your message. We will reply to you as soon as possible (usually within 24 hours)."
|
|
|
|
|
// );
|
|
|
|
|
|
|
|
|
|
// 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"] = "e3c00039f11b1c557df62d703bff28d6";
|
|
|
|
|
$config['trippest']["token"] = "ef9655c079b6443f9153d0ed95037bb5";
|
|
|
|
|
$config['trippest']['auto_reply'] = array(
|
|
|
|
|
"reply_follow" => "Welcome to Trippest! You can book China day trips, activities, things to do, sightseeing tours and more with us. We also offer tours in Thailand, Vietnam, Cambodia, India…etc.
|
|
|
|
|
Over 30,000 people traveled with Trippest and posted thousands of high 5 stars reviews online. Come and let’s get your trip started..."
|
|
|
|
|
,"reply_text" => "Thank you for the question. Please wait for a while. You can also leave an Email address and phone number for emergency contact."
|
|
|
|
|
,"menu" => array(
|
|
|
|
|
"USER_CONTACT" => "Hey, I'm Niko. How may I help you?
|
|
|
|
|
|
|
|
|
|
You can leave questions here and I'll get back to you very soon.
|
|
|
|
|
|
|
|
|
|
More ways to contact me:
|
|
|
|
|
E-mail: inquiry@trippest.com
|
|
|
|
|
WeChat ID: trippest666
|
|
|
|
|
Emergency Call: +86 18807734970"
|
|
|
|
|
)
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
// 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"] = "";
|