ChenWuJie 4 rokov pred
rodič
commit
475a65e718
1 zmenil súbory, kde vykonal 2 pridanie a 0 odobranie
  1. 2 0
      app/Models/Notification.php

+ 2 - 0
app/Models/Notification.php

xqd xqd
@@ -3,6 +3,7 @@
 namespace App\Models;
 
 use Carbon\Carbon;
+use Illuminate\Support\Facades\Log;
 
 class Notification extends BaseModel
 {
@@ -209,6 +210,7 @@ class Notification extends BaseModel
                 $official_app = app('wechat.mini_program.default');
                 $title = '你的项目授权审批已通过!';
                 $remark = '授权角色:' . $project->name . ' - ' . ($work_point ? $work_point->name : '') . ' - ' . ($role ? $role->name : '');
+                Log::info('进来了');
                 $official_app->uniform_message->send([
                     'touser' => $user['open_id'],
                     'mp_template_msg' => [