Browse Source

加入日志

刘远航 4 years ago
parent
commit
a3f4a77d63
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/Helpers/functions.php

+ 2 - 2
app/Helpers/functions.php

@@ -622,12 +622,12 @@ if (!function_exists('send_wechat_message_to_docter')) {
 if (!function_exists('send_wechatSubscription_message')) {
 if (!function_exists('send_wechatSubscription_message')) {
     function send_wechatSubscription_message($type, $arr,$message='docter_wechat_small_program')
     function send_wechatSubscription_message($type, $arr,$message='docter_wechat_small_program')
     {
     {
-        order_trace(['公共方法-模板消息进入数据类型' =>$type , '请求参数' => $arr ?? '', '模板标识' => $message ?? ''], 'lyh_info');
+        order_trace(['公共方法-模板消息进入数据类型' =>$type , '请求参数' => $arr ?? '', '模板标识' => $message ?? ''], 'info');
 
 
         try {
         try {
             $app = Factory::miniProgram(config('config.'.$message));
             $app = Factory::miniProgram(config('config.'.$message));
             $data = config('config.wechatSubscription_template')[$type];
             $data = config('config.wechatSubscription_template')[$type];
-            order_trace(['公共方法-模板消息进入数据类型' =>$type , '请求参数' => $arr ?? '', '模板' => $data ?? ''], 'lyh_info');
+            order_trace(['公共方法-模板消息进入数据类型' =>$type , '请求参数' => $arr ?? '', '模板' => $data ?? ''], 'info');
 
 
             $json = json_encode($data, JSON_UNESCAPED_UNICODE);
             $json = json_encode($data, JSON_UNESCAPED_UNICODE);
             $json = vsprintf($json, $arr);
             $json = vsprintf($json, $arr);