|
@ -225,16 +225,16 @@
|
225
|
225
|
<action name="setSmsListener" class="IPUVerifyCodePlugin" method="setSmsListener"/>
|
226
|
226
|
|
227
|
227
|
<!--短视频-->
|
228
|
|
<action name="ptInitPeerTube" class="IPUPeerTubePlugin" method="ptInitPeerTube"/>
|
229
|
|
<action name="ptRequestSharedVideos" class="IPUPeerTubePlugin" method="ptRequestSharedVideos"/>
|
230
|
|
<action name="ptRequestMyVideos" class="IPUPeerTubePlugin" method="ptRequestMyVideos"/>
|
231
|
|
<action name="ptRequestHistoryVideos" class="IPUPeerTubePlugin" method="ptRequestHistoryVideos"/>
|
232
|
|
<action name="ptClearHistory" class="IPUPeerTubePlugin" method="ptClearHistory"/>
|
233
|
|
<action name="ptUploadVideo" class="IPUPeerTubePlugin" method="ptUploadVideo"/>
|
234
|
|
<action name="ptDeleteVideo" class="IPUPeerTubePlugin" method="ptDeleteVideo"/>
|
235
|
|
<action name="ptSearchByKeyword" class="IPUPeerTubePlugin" method="ptSearchByKeyword"/>
|
236
|
|
<action name="ptSearchByTag" class="IPUPeerTubePlugin" method="ptSearchByTag"/>
|
237
|
|
<action name="ptPlay" class="IPUPeerTubePlugin" method="ptPlay"/>
|
|
228
|
<action name="ptInitPeerTube" class="IPUPeerTubePlugin" method="ptInitPeerTube" singleton="false"/>
|
|
229
|
<action name="ptRequestSharedVideos" class="IPUPeerTubePlugin" method="ptRequestSharedVideos" singleton="false"/>
|
|
230
|
<action name="ptRequestMyVideos" class="IPUPeerTubePlugin" method="ptRequestMyVideos" singleton="false"/>
|
|
231
|
<action name="ptRequestHistoryVideos" class="IPUPeerTubePlugin" method="ptRequestHistoryVideos" singleton="false"/>
|
|
232
|
<action name="ptClearHistory" class="IPUPeerTubePlugin" method="ptClearHistory" singleton="false"/>
|
|
233
|
<action name="ptUploadVideo" class="IPUPeerTubePlugin" method="ptUploadVideo" singleton="false"/>
|
|
234
|
<action name="ptDeleteVideo" class="IPUPeerTubePlugin" method="ptDeleteVideo" singleton="false"/>
|
|
235
|
<action name="ptSearchByKeyword" class="IPUPeerTubePlugin" method="ptSearchByKeyword" singleton="false"/>
|
|
236
|
<action name="ptSearchByTag" class="IPUPeerTubePlugin" method="ptSearchByTag" singleton="false"/>
|
|
237
|
<action name="ptPlay" class="IPUPeerTubePlugin" method="ptPlay" singleton="false"/>
|
238
|
238
|
|
239
|
239
|
<action name="setMobileConfig" class="IPUServiceChangePlugin" method="setMobileConfig"/>
|
240
|
240
|
<action name="resetMobileConfig" class="IPUServiceChangePlugin" method="resetMobileConfig"/>
|