|
@@ -109,7 +109,6 @@ urlpatterns = [
|
|
|
url(r'^order/(?P<operation>.*)$', OrderContrller.OrderView.as_view()),
|
|
|
url(r'^vodBucket/(?P<operation>.*)$', VodBucket.VodBucketView.as_view()),
|
|
|
url(r'^UIDBucket/(?P<operation>.*)$', VodBucket.UidBucketView.as_view()),
|
|
|
-
|
|
|
# 新的设备接口
|
|
|
path('Test', Test.Test.as_view()),
|
|
|
# 路由加参数参考
|