Ken 1 week geleden
bovenliggende
commit
ac12bff847
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 1 1
      app/Http/Controllers/api/Home.php
  2. 1 1
      app/Services/BaseService.php

+ 1 - 1
app/Http/Controllers/api/Home.php

@@ -415,7 +415,7 @@ A大100 B小100  C单100
 下注中间请勿包含任何空格以及符号
 🔥🔥🔥下注开始🔥🔥🔥";
 
-     $res =    BaseService::bettingGroupNotice2($text, [], null, false);
+     $res =    BaseService::bettingGroupNotice2($text, [], "https://baidu.com", false);
         return $this->success($res);
 
 

+ 1 - 1
app/Services/BaseService.php

@@ -188,7 +188,7 @@ class BaseService
 //         }
 //     }
 
-    public static function bettingGroupNotice2($text, $keyboard = [], $image = 'https://baiduco.com', $isTop = false): array
+    public static function bettingGroupNotice2($text, $keyboard = [], $image = '', $isTop = false): array
     {
 
         $bettingGroup = Config::where('field', 'betting_group')->first()->val;