first commit
This commit is contained in:
23
config/wo.php
Normal file
23
config/wo.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?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' => '已冻结',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user