正在显示
1 个修改的文件
包含
2 行增加
和
1 行删除
@@ -44,7 +44,8 @@ class LoadController extends HomeBaseController | @@ -44,7 +44,8 @@ class LoadController extends HomeBaseController | ||
44 | $result = json_decode($RequestData,true); | 44 | $result = json_decode($RequestData,true); |
45 | cache('result',$result); | 45 | cache('result',$result); |
46 | $bird = config('bird'); | 46 | $bird = config('bird'); |
47 | - $data = '{ "EBusinessID": "test1472267", "UpdateTime": "2015-03-11 16:26:11", "Success": true, "Reason": ""}'; | 47 | + $date = date("Y-m-d H:i:s",time()); |
48 | + $data = '{ "EBusinessID": "test1472267", "UpdateTime": "'.$date.'", "Success": true, "Reason": ""}'; | ||
48 | cache('data',$data); | 49 | cache('data',$data); |
49 | return $data; | 50 | return $data; |
50 | } | 51 | } |
-
请 注册 或 登录 后发表评论