...
|
...
|
@@ -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,true);
|
|
|
}
|
|
|
} |
|
|
\ No newline at end of file |
...
|
...
|
|