修改横幅通知跳转地址错误
This commit is contained in:
parent
6cf34b1e5b
commit
1e7fdeea07
@ -652,6 +652,7 @@ class ImService extends BaseService
|
|||||||
$message_content_data['message_type'] = 8;
|
$message_content_data['message_type'] = 8;
|
||||||
$message_content_data['title'] = "您有一个新的问诊服务等待接诊";
|
$message_content_data['title'] = "您有一个新的问诊服务等待接诊";
|
||||||
$message_content_data['desc'] = $desc;
|
$message_content_data['desc'] = $desc;
|
||||||
|
$message_content_data['data']['message_path'] = "/Pages/yishi/wenzhen_v2/wenzhen";
|
||||||
$message_content = [
|
$message_content = [
|
||||||
'Data' => json_encode($message_content_data, JSON_UNESCAPED_UNICODE),
|
'Data' => json_encode($message_content_data, JSON_UNESCAPED_UNICODE),
|
||||||
];
|
];
|
||||||
|
|||||||
@ -1112,10 +1112,10 @@ class MessagePush extends BaseService
|
|||||||
|
|
||||||
if ($this->order_inquiry['inquiry_type'] == 1 || $this->order_inquiry['inquiry_type'] == 3) {
|
if ($this->order_inquiry['inquiry_type'] == 1 || $this->order_inquiry['inquiry_type'] == 3) {
|
||||||
// 专家、公益
|
// 专家、公益
|
||||||
$thing6 = "【" . inquiryTypeToString($this->order_inquiry['inquiry_type']) . "】" . ":24小时内未接诊,平台将自动取消问诊";
|
$thing6 = "24小时内未接诊,平台将自动取消问诊";
|
||||||
} else {
|
} else {
|
||||||
// 快速、购药
|
// 快速、购药
|
||||||
$thing6 = "【" . inquiryTypeToString($this->order_inquiry['inquiry_type']) . "】" . ":5分钟内未接诊,平台将自动取消问诊";
|
$thing6 = "5分钟内未接诊,平台将自动取消问诊";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -146,22 +146,8 @@ class Data
|
|||||||
// 处方平台商品入库
|
// 处方平台商品入库
|
||||||
public function product(){
|
public function product(){
|
||||||
$product_platform_id = [
|
$product_platform_id = [
|
||||||
"517653593319849984",
|
"519091456971071489",
|
||||||
"517653593307267072",
|
"517652954976141313",
|
||||||
"517653183070781440",
|
|
||||||
"517653183108530177",
|
|
||||||
"517653780314505216",
|
|
||||||
"517653906961514496",
|
|
||||||
"517654391143579648",
|
|
||||||
"517653404613918721",
|
|
||||||
"517653593365987328",
|
|
||||||
"517652642206892032",
|
|
||||||
"517654018844573697",
|
|
||||||
"517654039933534208",
|
|
||||||
"517653593282101250",
|
|
||||||
"517653183154667520",
|
|
||||||
"517653183074975745",
|
|
||||||
"517654039895785472",
|
|
||||||
];
|
];
|
||||||
|
|
||||||
foreach ($product_platform_id as $value){
|
foreach ($product_platform_id as $value){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user