diff --git a/app/Services/ImService.php b/app/Services/ImService.php index 89ca565..a60ec44 100644 --- a/app/Services/ImService.php +++ b/app/Services/ImService.php @@ -652,6 +652,7 @@ class ImService extends BaseService $message_content_data['message_type'] = 8; $message_content_data['title'] = "您有一个新的问诊服务等待接诊"; $message_content_data['desc'] = $desc; + $message_content_data['data']['message_path'] = "/Pages/yishi/wenzhen_v2/wenzhen"; $message_content = [ 'Data' => json_encode($message_content_data, JSON_UNESCAPED_UNICODE), ]; diff --git a/app/Services/MessagePush.php b/app/Services/MessagePush.php index f81d172..1d54338 100644 --- a/app/Services/MessagePush.php +++ b/app/Services/MessagePush.php @@ -1112,10 +1112,10 @@ class MessagePush extends BaseService if ($this->order_inquiry['inquiry_type'] == 1 || $this->order_inquiry['inquiry_type'] == 3) { // 专家、公益 - $thing6 = "【" . inquiryTypeToString($this->order_inquiry['inquiry_type']) . "】" . ":24小时内未接诊,平台将自动取消问诊"; + $thing6 = "24小时内未接诊,平台将自动取消问诊"; } else { // 快速、购药 - $thing6 = "【" . inquiryTypeToString($this->order_inquiry['inquiry_type']) . "】" . ":5分钟内未接诊,平台将自动取消问诊"; + $thing6 = "5分钟内未接诊,平台将自动取消问诊"; } diff --git a/app/Utils/Data.php b/app/Utils/Data.php index 369955b..8d40342 100644 --- a/app/Utils/Data.php +++ b/app/Utils/Data.php @@ -146,22 +146,8 @@ class Data // 处方平台商品入库 public function product(){ $product_platform_id = [ - "517653593319849984", - "517653593307267072", - "517653183070781440", - "517653183108530177", - "517653780314505216", - "517653906961514496", - "517654391143579648", - "517653404613918721", - "517653593365987328", - "517652642206892032", - "517654018844573697", - "517654039933534208", - "517653593282101250", - "517653183154667520", - "517653183074975745", - "517654039895785472", + "519091456971071489", + "517652954976141313", ]; foreach ($product_platform_id as $value){