From cd7b3afcd3acc0f87e954e603692e9851f8073ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9APD?= <13558507+yao-shipeng@user.noreply.gitee.com> Date: Wed, 7 Aug 2024 03:56:28 +0000 Subject: [PATCH] update serve/app/controller/Service.php. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 姚PD <13558507+yao-shipeng@user.noreply.gitee.com> --- serve/app/controller/Service.php | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/serve/app/controller/Service.php b/serve/app/controller/Service.php index 63cc844..5331b51 100644 --- a/serve/app/controller/Service.php +++ b/serve/app/controller/Service.php @@ -536,22 +536,7 @@ class Service extends Acl { } return json($result); } - //零售配置 - public function getDeploy(){ - $deploy=getFrameDeploy(); - if(!empty($deploy)){ - //安全处理-隐藏接口配置 - $deploy['wechat']=[ - 'enable'=>$deploy['wechat']['enable'], - 'account'=>$deploy['wechat']['account'] - ]; - $deploy['ali']=[ - 'enable'=>$deploy['ali']['enable'], - 'account'=>$deploy['ali']['account'] - ]; - } - return json(['state'=>'success','info'=>$deploy]); - } + //扩展字段文件上传 public function fieldUpload() { $file = request()->file('file');