Explorar el Código

Merge branch 'kuaiyingyong_push' into kuaiyingyon_0820

Wang Chen hace 4 años
padre
commit
1469dbf18d
Se han modificado 2 ficheros con 12 adiciones y 1 borrados
  1. 10 0
      app/Libs/Push/VPush/VivoPushCommon.php
  2. 2 1
      config/push.php

+ 10 - 0
app/Libs/Push/VPush/VivoPushCommon.php

@@ -0,0 +1,10 @@
+<?php
+
+
+namespace App\Libs\Push\VPush;
+
+
+class VivoPushCommon
+{
+
+}

+ 2 - 1
config/push.php

@@ -27,6 +27,7 @@ return [
             'getAllTags'       => 'https://api-device.push.heytapmobi.com/server/v1/device/get_all_tags',
             'getInvalidRegIds' => 'https://feedback.push.oppomobile.com/server/v1/feedback/fetch_invalid_regidList',
             'fetchPushPermit'  => 'https://feedback.push.oppomobile.com/server/v1/feedback/fetch_push_permit',
-        ]
+        ],
+        'vivo'   => []
     ]
 ];