24 lines
704 B
PHP
24 lines
704 B
PHP
<?php
|
|
|
|
return [
|
|
'merchantCert' => storage_path('cert/wo/309700710354582.cer'),
|
|
'private' => storage_path('cert/wo/private_rsa.pem'),
|
|
'public' => storage_path('cert/wo/public_rsa.pem'),
|
|
'merchant_id' => '309700710354582',
|
|
'charset' => '00-GBK',
|
|
'version' => '1.0',
|
|
'signType' => 'RSA',
|
|
'channelType' => 'wbsh',
|
|
'baseUri' => 'http://123.125.97.251:8880/mpc/wbsh',
|
|
'ticketState' => [
|
|
'A' => 'ticketBuyback',
|
|
'U' => 'ticketInvalid',
|
|
],
|
|
'ticketStateText' => [
|
|
'A' => '已领用',
|
|
'U' => '已使用',
|
|
'E' => '已过期',
|
|
'H' => '已冻结',
|
|
],
|
|
];
|