...
|
...
|
@@ -20,11 +20,11 @@ class PayController extends HomeBaseController |
|
|
{
|
|
|
parent::_initialize();
|
|
|
$this->options = [
|
|
|
'app_id' => 'wxc6ef42cbfc3497cf',
|
|
|
'secret' => '752789aeeb5b72a97e733c79d060e1d4',
|
|
|
'app_id' => 'wxd7010deb3b696146',
|
|
|
'secret' => '282f4cc8536523076c9d16af6331ffb6',
|
|
|
'payment' => [
|
|
|
'merchant_id' => '1549007421',
|
|
|
'key' => 'Y9ajUyikFR9QwVuusDwhZXwGy8dqy8gE',
|
|
|
'merchant_id' => '1563087351',
|
|
|
'key' => 'P1GSxsjA4Ts3g6V95FVE49bNQLClGckS',
|
|
|
'cert_path' => '../wechat/cert/apiclient_cert.pem', // XXX: 绝对路径!!!!
|
|
|
'key_path' => '../wechat/cert/apiclient_key.pem', // XXX: 绝对路径!!!!
|
|
|
]
|
...
|
...
|
|