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