Files
pingan_new/packages/unionpay/config/unionpay.php

15 lines
340 B
PHP

<?php
return [
//公钥和私钥
'check' => [
'self' => [
'private' => storage_path('cert/self/private_rsa.pem'),
'public' => storage_path('cert/self/public_rsa.pem'),
],
'unionpay' => [
'public' => storage_path('cert/unionpay/public_rsa.pem'),
],
],
];