提交正式的公钥密钥
This commit is contained in:
@@ -37,6 +37,10 @@ return [
|
||||
'private' => storage_path('cert/unionpay/self/private_rsa.pem'),
|
||||
'public' => storage_path('cert/unionpay/self/public_rsa.pem'),
|
||||
],
|
||||
'dev' => [
|
||||
'private' => storage_path('cert/unionpay/dev/private_rsa.pem'),
|
||||
'public' => storage_path('cert/unionpay/dev/public_rsa.pem'),
|
||||
],
|
||||
'unionpay' => [
|
||||
'public' => storage_path('cert/unionpay/public_rsa.pem'),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user