request->param(); if (!empty($params['dataType']) && $params['dataType'] == 'ROBOT_TASK_STATUS_CHANGE') { \think\facade\Log::write("外呼回调:".json_encode($params)); // 任务状态变更回调 $weCallService = new WeCallService(); $weCallService->notify($params); } return $this->success('success'); } }