Files
pingan_new/config/wo.php
2020-08-06 16:42:18 +08:00

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' => '已冻结',
],
];