fix: 打手登录先认身份,默认邀请码改由后端下发
This commit is contained in:
@@ -52,6 +52,7 @@ from jituan.views import (
|
||||
ClubKefuMenuAccessView,
|
||||
ClubPermDebugView,
|
||||
ClubListView,
|
||||
ClubDefaultInviteView,
|
||||
ClubMeContextView,
|
||||
ClubOrderFinanceView,
|
||||
ClubOrderTypesView,
|
||||
@@ -227,4 +228,5 @@ urlpatterns = [
|
||||
path('houtai/dashou-exam-question-manage', DashouExamQuestionManageView.as_view(), name='jituan_dashou_exam_q_manage'),
|
||||
path('houtai/dashou-exam-image-manage', DashouExamImageManageView.as_view(), name='jituan_dashou_exam_img'),
|
||||
path('club/list', ClubListView.as_view(), name='jituan_club_list'),
|
||||
path('club/default-invite', ClubDefaultInviteView.as_view(), name='jituan_club_default_invite'),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user