|
@@ -24,7 +24,7 @@ urlpatterns = [
|
|
url(r'^account/showAllUser$', UserManger.showAllUserInterface),
|
|
url(r'^account/showAllUser$', UserManger.showAllUserInterface),
|
|
url(r'^account/help$', LogManager.HelpView.as_view()),
|
|
url(r'^account/help$', LogManager.HelpView.as_view()),
|
|
url(r'^account/searchUser$', shareUserPermission.searchUserView.as_view()),
|
|
url(r'^account/searchUser$', shareUserPermission.searchUserView.as_view()),
|
|
-
|
|
|
|
|
|
+ path('accounts', AdminManage.search_user_by_content), # 多条件搜索用户信息admin
|
|
url(r'^account/shareUserEquipment$', shareUserPermission.shareUserEquipmentView.as_view()),
|
|
url(r'^account/shareUserEquipment$', shareUserPermission.shareUserEquipmentView.as_view()),
|
|
url(r'^account/unsharedUserEquipment$', shareUserPermission.unsharedUserEquipmentView.as_view()),
|
|
url(r'^account/unsharedUserEquipment$', shareUserPermission.unsharedUserEquipmentView.as_view()),
|
|
url(r'^response/success$', UserManger.success),
|
|
url(r'^response/success$', UserManger.success),
|
|
@@ -93,8 +93,6 @@ urlpatterns = [
|
|
# 统计访问日志路径
|
|
# 统计访问日志路径
|
|
path('access/staticPath/', AccessLog.statisticsPath),
|
|
path('access/staticPath/', AccessLog.statisticsPath),
|
|
path('access/deleteSn/', AccessLog.deleteSn),
|
|
path('access/deleteSn/', AccessLog.deleteSn),
|
|
- # 多条件搜索用户信息admin
|
|
|
|
- path('accounts', AdminManage.search_user_by_content),
|
|
|
|
|
|
|
|
# 新需求ota接口
|
|
# 新需求ota接口
|
|
url(r'^OTA/getNewVer', OTAEquipment.getNewVerInterface),
|
|
url(r'^OTA/getNewVer', OTAEquipment.getNewVerInterface),
|