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.
26 lines
781 B
PHTML
26 lines
781 B
PHTML
6 years ago
|
<?php
|
||
|
$config["sign_type"] = "HMAC-SHA256";
|
||
|
$config["trade_type"] = "NATIVE";
|
||
|
$config["notify_url"] = "";
|
||
|
$config["currency"] = "CNY";
|
||
|
$config["currency_unit"] = 100;
|
||
|
$config["method_code"] = 15016;
|
||
|
/*!
|
||
|
* 各账号的设置
|
||
|
*/
|
||
|
// test
|
||
|
$config['test']["app_id"] = "wx426b3015555a46be";
|
||
|
$config['test']["mch_id"] = "1900009851";
|
||
|
$config['test']["key"] = "8934e7d15453e97507ef794cf7b0519d";
|
||
|
$config['test']["app_secret"] = "7813490da6f1265e4901ffb80afaa36f";
|
||
|
// Trippest
|
||
|
$config['trippest']["app_id"] = "";
|
||
|
$config['trippest']["mch_id"] = "";
|
||
|
$config['trippest']["key"] = "";
|
||
|
$config['trippest']["app_secret"] = "";
|
||
|
// ChinaHighlights = China train booking
|
||
|
$config['cht']["app_id"] = "";
|
||
|
$config['cht']["mch_id"] = "";
|
||
|
$config['cht']["key"] = "";
|
||
|
$config['cht']["app_secret"] = "";
|