刘远航 4 éve
szülő
commit
a3f4a77d63
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      app/Helpers/functions.php

+ 2 - 2
app/Helpers/functions.php

xqd
@@ -622,12 +622,12 @@ if (!function_exists('send_wechat_message_to_docter')) {
 if (!function_exists('send_wechatSubscription_message')) {
     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 {
             $app = Factory::miniProgram(config('config.'.$message));
             $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 = vsprintf($json, $arr);