diff --git a/app/data/controller/api/auth/Config.php b/app/data/controller/api/auth/Config.php index 7e7f04ae5..9fcd022e9 100644 --- a/app/data/controller/api/auth/Config.php +++ b/app/data/controller/api/auth/Config.php @@ -28,7 +28,7 @@ class Config extends Auth } $map = ['status' => 1, 'deleted' => 0]; $query = $this->app->db->name('DataPayment')->where($map)->whereIn('type', $types); - $collect = $query->order('sort desc,id desc')->field('code,name,type,create_at')->select(); + $collect = $query->order('sort desc,id desc')->field('code,name,type')->select(); $this->success('获取支付通道数据', $collect->toArray()); } } \ No newline at end of file