作者 王晓刚
1 个管道 的构建 通过 耗费 0 秒

接收推送消息

... ... @@ -26,8 +26,11 @@ class LoadController extends HomeBaseController
}
}
public function notify(){
$param = $this->request->param();
cache($param);
echo 1;
$bird = config('bird');
$arr['EBusinessID'] = $bird['EBusinessID'];
$arr['UpdateTime'] = date('Y-m-d H:i:s',time());
$arr['Success'] = true;
$arr['Reason'] = "";
return json_encode($arr);
}
}
\ No newline at end of file
... ...