From cf7df0c5082e221bbd68c9bca55aa23922e063ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Tue, 16 Mar 2021 10:33:35 +0800 Subject: [PATCH] Delete Config.php --- app/data/controller/api/auth/Config.php | 28 ------------------------- 1 file changed, 28 deletions(-) delete mode 100644 app/data/controller/api/auth/Config.php diff --git a/app/data/controller/api/auth/Config.php b/app/data/controller/api/auth/Config.php deleted file mode 100644 index 6058d2407..000000000 --- a/app/data/controller/api/auth/Config.php +++ /dev/null @@ -1,28 +0,0 @@ - $arr) if (in_array($this->type, $arr['bind'])) $types[] = $type; - $query = $this->app->db->name('ShopPayment')->where(['status' => 1, 'deleted' => 0])->whereIn('type', $types); - $this->success('获取支付参数数据', $query->order('sort desc,id desc')->field('type,code,name')->select()->toArray()); - } -} \ No newline at end of file