Browse Source

云存消息推送到APP5

chenshibin 4 years ago
parent
commit
b1cf99cd73
1 changed files with 0 additions and 4 deletions
  1. 0 4
      Ansjer/urls.py

+ 0 - 4
Ansjer/urls.py

@@ -257,10 +257,6 @@ urlpatterns = [
     # cdk(云存新增功能测试)
     url(r'^cloudTest/(?P<operation>.*)$', CloudTest.cloudTestView.as_view()),
 
-    #云存操作系统消息
-    path('cv/vodMsgNotice', CloudStorage.do_vod_msg_Notice),
-
-
     # app 设备消息模板
     # 路由加参数参考
     # url(r'^(?P<path>.*)/(?P<UID>.*)/lls$', Test.Test.as_view(), name=u'gg'),