chanjunkai 5 лет назад
Родитель
Сommit
fce5e965df
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Ansjer/urls.py

+ 1 - 1
Ansjer/urls.py

@@ -195,8 +195,8 @@ urlpatterns = [
     url(r'^v3/account/changePwd$', UserController.v3ChangePwdView.as_view()),
     url(r'^v3/account/resetPwdByCode$', UserController.v3resetPwdByCodeView.as_view()),
     url(r'^v3/account/register$', UserController.v3registerView.as_view()),
-    # ap模式,新增设备表
     url(r'^v3/uiduser/add', UidUser.v3addInterface),
+    #url(r'^v3/uiduser/query', UidUser.v3queryInterface),
     # 判断节假日接口
     url(r'^date/(?P<operation>.*)$', DateController.DateConView.as_view()),