|
@@ -489,21 +489,21 @@ class XzService extends ZskkDefaultService {
|
|
|
// $this->xz->saveSms($share);
|
|
|
// }
|
|
|
}
|
|
|
- if($params['institution_id'] ?? null){
|
|
|
- log::record('开始回调');
|
|
|
- $method = $this->xz->getApiAction($params['institution_id'],Config::get('api_action')['create']);
|
|
|
- $action = $method.'Action';
|
|
|
- log::record($action);
|
|
|
- if(method_exists($this,$action)){
|
|
|
- $r = $this->$action($params,$exam,Config::get('api_action')['create']);
|
|
|
-// return $r;
|
|
|
- }else{
|
|
|
- log::record('没有找到对应的action');
|
|
|
- }
|
|
|
-
|
|
|
- }else{
|
|
|
- log::record('没有这个医院id'.$params['institution_id'] ?? null);
|
|
|
- }
|
|
|
+// if($params['institution_id'] ?? null){
|
|
|
+// log::record('开始回调');
|
|
|
+// $method = $this->xz->getApiAction($params['institution_id'],Config::get('api_action')['create']);
|
|
|
+// $action = $method.'Action';
|
|
|
+// log::record($action);
|
|
|
+// if(method_exists($this,$action)){
|
|
|
+// $r = $this->$action($params,$exam,Config::get('api_action')['create']);
|
|
|
+//// return $r;
|
|
|
+// }else{
|
|
|
+// log::record('没有找到对应的action');
|
|
|
+// }
|
|
|
+//
|
|
|
+// }else{
|
|
|
+// log::record('没有这个医院id'.$params['institution_id'] ?? null);
|
|
|
+// }
|
|
|
}
|
|
|
$time2 = time();
|
|
|
$time = $time2-$time1;
|