app = $app; } /** * @author chenniang * @DataTime: 2022-12-09 14:13 * @功能说明:语音通知定时任务 */ public function timingSendCalled(){ $called_model = new Config(); $res = $called_model->timingSendCalled($this->_uniacid); return $this->success($res); } }