Explorar o código

打印view_password

chanjunkai %!s(int64=5) %!d(string=hai) anos
pai
achega
feed4e33ef
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Ansjer/urls.py

+ 1 - 1
Ansjer/urls.py

@@ -196,7 +196,7 @@ urlpatterns = [
     url(r'^v3/account/resetPwdByCode$', UserController.v3resetPwdByCodeView.as_view()),
     url(r'^v3/account/register$', UserController.v3registerView.as_view()),
     url(r'^v3/uiduser/add', UidUser.v3addInterface),
-    #
+    #url(r'^v3/uiduser/query', UidUser.v3queryInterface),
     # 判断节假日接口
     url(r'^date/(?P<operation>.*)$', DateController.DateConView.as_view()),