1 个管道
的构建
通过
耗费
0 秒
Merge branch 'master' of http://114.215.101.231:8099/anyv/xkeasy
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -46,6 +46,6 @@ class LoadController extends HomeBaseController | @@ -46,6 +46,6 @@ class LoadController extends HomeBaseController | ||
46 | $bird = config('bird'); | 46 | $bird = config('bird'); |
47 | $data = '{ "EBusinessID": "1237100", "UpdateTime": "2015-03-11 16:26:11", "Success": true, "Reason": ""}'; | 47 | $data = '{ "EBusinessID": "1237100", "UpdateTime": "2015-03-11 16:26:11", "Success": true, "Reason": ""}'; |
48 | cache('data',$data); | 48 | cache('data',$data); |
49 | - echo $data; | 49 | + return json_decode($data,true); |
50 | } | 50 | } |
51 | } | 51 | } |
-
请 注册 或 登录 后发表评论