|
@@ -73,7 +73,6 @@ urlpatterns = [
|
|
url(r'^equipment/info', EquipmentInfo.EquipmentInfo.as_view()),
|
|
url(r'^equipment/info', EquipmentInfo.EquipmentInfo.as_view()),
|
|
url(r'^adminManage/manage', AdminManage.AdminManage.as_view()), # 管理员专属view
|
|
url(r'^adminManage/manage', AdminManage.AdminManage.as_view()), # 管理员专属view
|
|
url(r'^equipment/OTA', EquipmentOTA.EquipmentOTA.as_view()), # OTA重构类
|
|
url(r'^equipment/OTA', EquipmentOTA.EquipmentOTA.as_view()), # OTA重构类
|
|
- # url(r'^feedbackInfo', FeedBackInfo.FeedBackInfo.as_view()), # 用户反馈信息
|
|
|
|
url(r'^userbrandinfo/(?P<operation>.*)$', UserBrandController.UserBrandInfo.as_view()), # 用户登录的手机端品牌记录统计信息表
|
|
url(r'^userbrandinfo/(?P<operation>.*)$', UserBrandController.UserBrandInfo.as_view()), # 用户登录的手机端品牌记录统计信息表
|
|
|
|
|
|
url(r'^uidset/(?P<operation>.*)$', UidSetController.UidSetView.as_view()),
|
|
url(r'^uidset/(?P<operation>.*)$', UidSetController.UidSetView.as_view()),
|