db()->where($where)->select()->toArray(); return $service_infoes; } public function infoType(){ return [ 1=>'加油卡', 2=>'话费', 3=>'权益' ]; } }