修改推送1

This commit is contained in:
2024-04-26 14:29:53 +08:00
parent 80a0285705
commit a342639ee8
2 changed files with 12 additions and 15 deletions
+2 -2
View File
@@ -3225,7 +3225,7 @@ class MessagePush extends BaseService
$sub_data = array();
$sub_data['push_user_id'] = $this->user['user_id'];
$sub_data['wx_template_id'] = "9v6dZhjg09CttLd3W9nEUV_-eshNc4BYYNy59jglvZE";// 问诊提醒
$sub_data['params']['page'] = "healthyService/pages/healthyOrderDetail/healthyOrderDetail?order_service_id={$this->order['order_no']}";
$sub_data['params']['page'] = "healthyService/pages/healthyOrderDetail/healthyOrderDetail?order_service_id={$this->order_service_package['order_service_no']}";
$sub_data['params']['data'] = [
"thing1" => "{$order_type}服务",// 问诊内容
"thing2" => "医生已接受",// 提醒内容
@@ -3598,7 +3598,7 @@ class MessagePush extends BaseService
$sub_data = array();
$sub_data['push_user_id'] = $this->user['user_id'];
$sub_data['wx_template_id'] = "9v6dZhjg09CttLd3W9nEUV_-eshNc4BYYNy59jglvZE";// 问诊提醒
$sub_data['params']['page'] = "healthyService/pages/healthyOrderDetail/healthyOrderDetail?order_service_id={$this->order['order_no']}";
$sub_data['params']['page'] = "healthyService/pages/healthyOrderDetail/healthyOrderDetail?order_service_id={$this->order_service_package['order_service_no']}";
$sub_data['params']['data'] = [
"thing1" => "{$inquiry_mode}服务",// 问诊内容
"thing2" => "未及时确认",// 提醒内容