wupengfei 1 year ago
parent
commit
fdea6f99c6

+ 2 - 1
.idea/workspace.xml

@@ -3,6 +3,7 @@
   <component name="ChangeListManager">
     <list default="true" id="1a36929e-c054-4875-a943-593a74e55fa4" name="Default Changelist" comment="">
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/application/api/controller/Expedite.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/api/controller/Expedite.php" afterDir="false" />
       <change beforePath="$PROJECT_DIR$/application/api/controller/Message.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/api/controller/Message.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
@@ -317,7 +318,7 @@
       <workItem from="1684197725777" duration="3847000" />
       <workItem from="1684284044645" duration="22639000" />
       <workItem from="1684370285483" duration="21209000" />
-      <workItem from="1684457633587" duration="5146000" />
+      <workItem from="1684457633587" duration="5176000" />
     </task>
     <servers />
   </component>

+ 11 - 0
application/api/controller/Expedite.php

@@ -1332,6 +1332,17 @@ class Expedite extends Base
     }
 
 
+    /**
+     * @title 获取DRM无法播放机型
+     * @desc  获取DRM无法播放机型
+     * @author  qc
+     * @url /api/Expedite/getBanPhoneModel
+     * @method GET
+     */
+    public function getBanPhoneModel()
+    {
+        $this->success('ok',['AQM-AL10','FNE-AN00']);
+    }
 
 
 }

+ 0 - 13
application/api/controller/Message.php

@@ -150,19 +150,6 @@ class Message extends Base
     }
 
 
-    /**
-     * @title 获取DRM无法播放机型
-     * @desc  获取DRM无法播放机型
-     * @author  qc
-     * @url /api/Message/getBanPhoneModel
-     * @method GET
-     * @return name:title type:string default:-- desc:标题
-     * @return name:cover type:string default:-- desc:封面
-     */
-    public function getBanPhoneModel()
-    {
-        $this->success('ok',['AQM-AL10','FNE-AN00']);
-    }
 
 
 }