|
@@ -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'),
|