[更新] 调整银联配置文件
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'user_model' => \App\Models\User::class,
|
||||
//是否调试
|
||||
'debug' => true,
|
||||
//环境变量
|
||||
@@ -10,13 +11,13 @@ return [
|
||||
//对账单信息
|
||||
'check' => [
|
||||
'sftpadapter' => [
|
||||
'host' => 'localhost',//地址
|
||||
'port' => 22,//端口
|
||||
'username' => 'root', //账号
|
||||
'password' => 'Anetadmin1',//密码
|
||||
'host' => env('UNION_HOST', ''),//地址
|
||||
'port' => env('UNION_PORT', 22),//端口
|
||||
'username' => env('UNION_USERNAME', 'root'), //账号
|
||||
'password' => env('UNION_PASSWORD', ''),//密码
|
||||
'privateKey' => '',
|
||||
'passphrase' => '',
|
||||
'root' => '/home/wwwroot/pingan/upload/',//路径
|
||||
'root' => env('UNION_ROOT', '/'),//路径
|
||||
'timeout' => 10,//超时时间
|
||||
'directoryPerm' => 0755,
|
||||
],
|
||||
@@ -325,6 +326,7 @@ return [
|
||||
"req_serial_no",//自己添加的基础数据
|
||||
"orig_req_serial_no",//自己添加的基础数据
|
||||
"sett_date",//自己添加的基础数据
|
||||
"mkt_code",//自己添加的基础数据
|
||||
],
|
||||
'002101' => [
|
||||
"msg_type",
|
||||
|
||||
Reference in New Issue
Block a user