...
|
...
|
@@ -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 |
...
|
...
|
|