request->params([ ['mobile', ''], ['sms_type', ''], ['key', ''], ]); $res = (new NoticeSmsLogService())->getPage($data); return success($res); } public function info($id) { $res = (new NoticeSmsLogService())->getInfo($id); return success($res); } }