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.
|
|
|
<?php
|
|
|
|
|
|
|
|
declare(strict_types=1);
|
|
|
|
|
|
|
|
// return [
|
|
|
|
// 'baseUrl' => 'https://account.baofoo.com',
|
|
|
|
// 'merchantNo' => '100026136',
|
|
|
|
// 'orgNo' => '100026136',
|
|
|
|
// 'terminalNo' => '200001259',
|
|
|
|
// 'privateKeyPassword' => '100026136_259652',
|
|
|
|
// 'simIDWx' => '',
|
|
|
|
// 'simIDAli' => '',
|
|
|
|
// 'channelId' => '',
|
|
|
|
// 'channelName' => '',
|
|
|
|
// 'pfxFilePath' => BASE_PATH . '/certs/dev/bfkey_100026136@@200001259.pfx',
|
|
|
|
// 'cerFilePath' => BASE_PATH . '/certs/dev/bfkey_100026136@@200001259.cer',
|
|
|
|
// ];
|
|
|
|
return [
|
|
|
|
'baseUrl' => 'https://bht.mandao.com',
|
|
|
|
'merchantNo' => '1274207',
|
|
|
|
'orgNo' => '1274207',
|
|
|
|
'terminalNo' => '82254',
|
|
|
|
'privateKeyPassword' => 'Ntp2Mx3MtqPZ',
|
|
|
|
'simIDWx' => '591432528',
|
|
|
|
'simIDAli' => '2088720811286939',
|
|
|
|
'channelId' => '',
|
|
|
|
'channelName' => '',
|
|
|
|
'pfxFilePath' => BASE_PATH . '/certs/prod/baofu-xy.pfx',
|
|
|
|
'cerFilePath' => BASE_PATH . '/certs/prod/baofu.cer',
|
|
|
|
];
|