|
@@ -665,11 +665,11 @@ class Wenzhen extends Api
|
|
|
}
|
|
|
if($wenzhen_order['status'] == 25){
|
|
|
//判断医生在线状态
|
|
|
- $tenim = new Tenim();
|
|
|
+ /*$tenim = new Tenim();
|
|
|
$rs_online = $tenim->is_online('doctor'.$wenzhen_order['doctor_id']);
|
|
|
if($rs_online != true){
|
|
|
$this->error('医生现在不在线,请稍后拨打');
|
|
|
- }
|
|
|
+ }*/
|
|
|
|
|
|
$this->success();
|
|
|
}
|
|
@@ -683,11 +683,11 @@ class Wenzhen extends Api
|
|
|
|
|
|
|
|
|
//判断患者在线状态
|
|
|
- $tenim = new Tenim();
|
|
|
+ /*$tenim = new Tenim();
|
|
|
$rs_online = $tenim->is_online('doctor'.$wenzhen_order['doctor_id']);
|
|
|
if($rs_online != true){
|
|
|
$this->error('医生现在不在线,请稍后拨打');
|
|
|
- }
|
|
|
+ }*/
|
|
|
|
|
|
$this->success('操作成功');
|
|
|
}
|