调整文案

dev
vine_liutk 2023-07-18 11:07:00 +08:00
parent bb241fbb2e
commit 765660a7aa
2 changed files with 3 additions and 3 deletions

View File

@ -6,8 +6,8 @@ return [
], ],
'fields' => [ 'fields' => [
'third_name' => '名称', 'third_name' => '名称',
'third_appid' => 'APPid', 'third_appid' => 'APPkey',
'third_appkey' => 'APPkey', 'third_appkey' => 'APPsecret',
], ],
'options' => [ 'options' => [

View File

@ -5,7 +5,7 @@ return [
'third-logs' => '三方请求日志', 'third-logs' => '三方请求日志',
], ],
'fields' => [ 'fields' => [
'app_id' => 'APPid', 'app_id' => 'APPkey',
'api_path' => '接口地址', 'api_path' => '接口地址',
'api_name' => '接口名称', 'api_name' => '接口名称',
'sign_status'=>'验签状态', 'sign_status'=>'验签状态',