wupengfei 2 年之前
父節點
當前提交
71b132da4b
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      .idea/workspace.xml
  2. 1 1
      application/api/common.php

+ 1 - 1
.idea/workspace.xml

@@ -200,7 +200,7 @@
       <workItem from="1670287594399" duration="11535000" />
       <workItem from="1670461023846" duration="27678000" />
       <workItem from="1670547445908" duration="12147000" />
-      <workItem from="1670633686675" duration="10047000" />
+      <workItem from="1670633686675" duration="10067000" />
     </task>
     <servers />
   </component>

+ 1 - 1
application/api/common.php

@@ -5,7 +5,7 @@ use think\Db;
 use JPush\Client;
 require_once env('root_path').'vendor/jpush/jpush/autoload.php';
 
-function Jpush($user_id = 0,$alert = '',$module='',$type=''){
+function Jpush($user_id = 0,$alert = '',$module='video',$type='1'){
     $appKey = '02a7faefd91c8a6a446a6a14';
     $masterSecret = 'ba2e100db997024d9b6e5d35';
     $client = new Client($appKey, $masterSecret,null);