修改订单取消成功通知 问题
This commit is contained in:
parent
b67b252390
commit
55bb38d6d9
@ -602,7 +602,6 @@ class DetectionService extends BaseService
|
||||
'currency' => "CNY",
|
||||
];
|
||||
|
||||
dump($options);
|
||||
$result = $WechatPay->refund($options);
|
||||
|
||||
// 处理订单退款状态
|
||||
|
||||
@ -1859,11 +1859,9 @@ class PatientOrderService extends BaseService
|
||||
}
|
||||
|
||||
try {
|
||||
if (!empty($order_inquiry['doctor_id'])) {
|
||||
// 推送患者-订单取消成功通知
|
||||
$MessagePush = new MessagePush($order_detection['user_id'], $order_inquiry['order_inquiry_id']);
|
||||
$MessagePush->patientCancelOrderSuccess($order_detection['order_detection_id']);
|
||||
}
|
||||
// 推送患者-订单取消成功通知
|
||||
$MessagePush = new MessagePush($order_detection['user_id']);
|
||||
$MessagePush->patientCancelOrderSuccess($order_detection['order_detection_id']);
|
||||
} catch (\Exception $e) {
|
||||
return success();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user