|
@@ -153,7 +153,7 @@ urlpatterns = [
|
|
|
re_path(r'^app/getIdData', AppInfo.AppIdDataView.as_view()),
|
|
|
re_path(r'^wechat/authsign', UserController.wxAuthSignView.as_view()),
|
|
|
re_path(r'^wechat/perfect', UserController.wxPerfectView.as_view()),
|
|
|
- re_path('Test', Test.Test.as_view()),
|
|
|
+ re_path(r'^Test', Test.Test.as_view()),
|
|
|
re_path(r'^oauth/authcode', UserController.OauthAuthCodeView.as_view()),
|
|
|
re_path(r'^oauth/perfect', UserController.OauthPerfectView.as_view()),
|
|
|
re_path(r'^oauth/unbunding', UserController.UnbundingWXView.as_view()),
|