|
@@ -123,6 +123,11 @@ class Dcquery extends Controller
|
|
|
return Cache::get($study_id);
|
|
|
}
|
|
|
}
|
|
|
+ if($study_id == '17a34f052869eefd' || $study_id == '35684ea1e75ae4d0' || $study_id == 'ef80a21d3a2db803'){
|
|
|
+ if(Cache::get($study_id)){
|
|
|
+ return Cache::get($study_id);
|
|
|
+ }
|
|
|
+ }
|
|
|
if(isset($_REQUEST['address']) && !empty($_REQUEST['address'])){
|
|
|
$url = $_REQUEST['address'];
|
|
|
}else{
|
|
@@ -210,6 +215,9 @@ class Dcquery extends Controller
|
|
|
if($study_id == '71e721a36ceb4bf4' || $study_id== '2c7b65989e965c2a'){
|
|
|
Cache::set($study_id,json_encode($return),604800);
|
|
|
}
|
|
|
+ if($study_id == '17a34f052869eefd' || $study_id == '35684ea1e75ae4d0' || $study_id == 'ef80a21d3a2db803'){
|
|
|
+ Cache::set($study_id,json_encode($return));
|
|
|
+ }
|
|
|
return json_encode($return);
|
|
|
}catch(Exception $e){
|
|
|
echo $e->getMessage();
|