From 9f361e05bcfe35a3f42db2d997cfc56e7ab2818d Mon Sep 17 00:00:00 2001 From: 王晓刚 <wxg@bronet.cn> Date: Sat, 8 Jun 2019 11:27:51 +0800 Subject: [PATCH] 接收推送消息 --- app/portal/controller/LoadController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/portal/controller/LoadController.php b/app/portal/controller/LoadController.php index d5341e2..d391fac 100644 --- a/app/portal/controller/LoadController.php +++ b/app/portal/controller/LoadController.php @@ -46,6 +46,6 @@ class LoadController extends HomeBaseController $bird = config('bird'); $data = '{ "EBusinessID": "1237100", "UpdateTime": "2015-03-11 16:26:11", "Success": true, "Reason": ""}'; cache('data',$data); - echo $data; + return json_decode($data); } } \ No newline at end of file -- libgit2 0.24.0