|
@@ -194,6 +194,9 @@ 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()),
|
|
|
+ #测试------
|
|
|
+ url(r'^v11/account/changePwd$', UserController.v3ChangePwdView.as_view()),
|
|
|
+
|
|
|
# app 设备消息模板
|
|
|
# 路由加参数参考
|
|
|
# url(r'^(?P<path>.*)/(?P<UID>.*)/lls$', Test.Test.as_view(), name=u'gg'),
|