修改推送1
This commit is contained in:
@@ -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" => "未及时确认",// 提醒内容
|
||||
|
||||
Reference in New Issue
Block a user