修改横幅通知跳转地址错误

This commit is contained in:
wucongxing 2023-05-30 13:52:20 +08:00
parent 6cf34b1e5b
commit 1e7fdeea07
3 changed files with 5 additions and 18 deletions

View File

@ -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),
];

View File

@ -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分钟内未接诊平台将自动取消问诊";
}

View File

@ -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){