Browse Source

修改bid 大拇指

zhoulj 2 years ago
parent
commit
370c38f5a2
1 changed files with 36 additions and 1 deletions
  1. 36 1
      app/Libs/Helpers.php

+ 36 - 1
app/Libs/Helpers.php

@@ -871,6 +871,41 @@ if (!function_exists("check_qapp_send_order_id)")){
 if(!function_exists('get_special_bid')){
 if(!function_exists('get_special_bid')){
     function get_special_bid()
     function get_special_bid()
     {
     {
-        return [10428,8752,10400,7747,7742,7748,8728,8754,8753,8734,8777,7743,8749,8726,8722,8732,8751,7821,8967,8725,8910,9009,8747,4510,8739,4508,8738,8737,8740,8745,13008,8980,7747,8967,7743,7821,8749];
+        return ['10428',
+            '8752',
+            '10400',
+            '7747',
+            '7742',
+            '7748',
+            '8728',
+            '8754',
+            '8753',
+            '8734',
+            '8780',
+            '7743',
+            '8749',
+            '8726',
+            '8722',
+            '8732',
+            '8751',
+            '8721',
+            '8967',
+            '8725',
+            '8910',
+            '9009',
+            '8747',
+            '4510',
+            '8739',
+            '4508',
+            '8738',
+            '8737',
+            '8740',
+            '8745',
+            '13008',
+            '8980',
+            '7821',
+            '8724',
+            '10068',
+            '8965'];
     }
     }
 }
 }