修改签章配置,修改消息推送
This commit is contained in:
parent
f4494867a9
commit
54e19efc66
@ -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);
|
||||
}
|
||||
|
||||
|
||||
@ -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" => "建议您提醒患者,稍后重新发起问诊申请开方",// 提示说明
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user