first commit

This commit is contained in:
2024-04-01 09:54:43 +08:00
commit 899d816bc3
795 changed files with 130040 additions and 0 deletions

19
config/config.php Normal file
View File

@@ -0,0 +1,19 @@
<?php
return [
'serverRoot' => 'https://openapi.yeepay.com/yop-center',
'yosServerRoot' => 'https://openapi.yeepay.com/yop-center',
'appKey' => '',
'secretKey' => '',
'encryptKey' => '',
'merchantNo' => '',
'storeType' => 'string',
'certType' => 'RSA2048',
'yopPublicKey' => '',
'isvPrivateKey' => '',
'httpClient' => [
'connect_timeout' => 10000,
'read_timeout' => 30000,
'max_conn_total' => 2000,
'max_conn_per_route' => 1000,
],
];