2
This commit is contained in:
parent
8286a22bbc
commit
7779808456
@ -357,19 +357,8 @@ class CallBackController extends AbstractController
|
||||
}
|
||||
|
||||
// 存储redisList
|
||||
dump(1);
|
||||
if (!empty($order_inquiry) && !empty($request_params['CloudCustomData'])){
|
||||
dump(2);
|
||||
if (!empty($cloud_custom_data['is_system'])){
|
||||
dump(3);
|
||||
if ($cloud_custom_data['is_system'] != 1){
|
||||
dump(4);
|
||||
// 非系统发送
|
||||
if ($cloud_custom_data['sender_user_type'] == 1 || $cloud_custom_data['sender_user_type'] == 2){
|
||||
dump(5);
|
||||
// 患者-医生发送
|
||||
if (!empty($order_inquiry['doctor_id'])){
|
||||
dump(6);
|
||||
$data['order_inquiry_id'] = $order_inquiry['order_inquiry_id'];
|
||||
$data['patient_name'] = $order_inquiry['patient_name'];
|
||||
$data['patient_sex'] = $order_inquiry['patient_sex'];
|
||||
@ -383,9 +372,6 @@ class CallBackController extends AbstractController
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
} catch (\Exception $e) {
|
||||
// 验证失败
|
||||
Log::getInstance()->error("Im回调数据处理失败:" . $e->getMessage());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user