From 54e19efc664c9bb987bd3cc32bee216b21ca1e7c Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Thu, 18 May 2023 16:22:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=AD=BE=E7=AB=A0=E9=85=8D?= =?UTF-8?q?=E7=BD=AE,=E4=BF=AE=E6=94=B9=E6=B6=88=E6=81=AF=E6=8E=A8?= =?UTF-8?q?=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/CaService.php | 2 +- app/Services/MessagePush.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Services/CaService.php b/app/Services/CaService.php index 7f9835f..357c88d 100644 --- a/app/Services/CaService.php +++ b/app/Services/CaService.php @@ -570,7 +570,7 @@ class CaService extends BaseService $params['cert_id'] = $user_ca_cert['cert_id']; $data = array(); - $data['sign_param'] = json_encode($sign_param); + $data['sign_config'] = json_encode($sign_param); UserCaCert::edit($params,$data); } diff --git a/app/Services/MessagePush.php b/app/Services/MessagePush.php index e94c5fd..3e09e5d 100644 --- a/app/Services/MessagePush.php +++ b/app/Services/MessagePush.php @@ -1350,7 +1350,7 @@ class MessagePush extends BaseService $sub_data['wx_template_id'] = "kUy70xHlr7ADo4aIHiictM4Te7MSec3E5kHsYvFQu40"; // 处方审核结果通知 $sub_data['params']['page'] = "Pages/yishi/chufangsetup/index"; $sub_data['params']['data'] = [ - "phrase1" => "药师审方通过",// 审核结果 + "phrase1" => "审方通过",// 审核结果 "thing2" => "审核通过",// 原因 "date3" => $order_prescription['pharmacist_verify_time'],// 审核时间 "thing4" => "建议您向患者补充说明如何用药",// 提示说明 @@ -1408,7 +1408,7 @@ class MessagePush extends BaseService $sub_data['wx_template_id'] = "kUy70xHlr7ADo4aIHiictM4Te7MSec3E5kHsYvFQu40"; // 处方审核结果通知 $sub_data['params']['page'] = "Pages/yishi/chufangsetup/index"; $sub_data['params']['data'] = [ - "phrase1" => "药师审方不通过",// 审核结果 + "phrase1" => "审方不通过",// 审核结果 "thing2" => (string)$order_prescription['pharmacist_fail_reason'],// 原因 "date3" => date('Y-m-d',time()),// 审核时间 "thing4" => "建议您提醒患者,稍后重新发起问诊申请开方",// 提示说明