feat: 收款与提现商户拆分,支持后台上传证书
收款仍用 mch_id/mch_key;提现优先 withdraw_mch_id(空则回落);证书分 pay/withdraw 目录落盘。退款逻辑未改。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -41,6 +41,7 @@ from jituan.views import (
|
||||
ClubAdminAssignmentListView,
|
||||
ClubAuditLogListView,
|
||||
ClubManageView,
|
||||
ClubCertUploadView,
|
||||
ClubCaiwuView,
|
||||
ClubChongzhiFinanceView,
|
||||
ClubDashouRegisterView,
|
||||
@@ -102,6 +103,7 @@ urlpatterns = [
|
||||
path('auth/perm-debug', ClubPermDebugView.as_view(), name='jituan_perm_debug'),
|
||||
path('auth/dashou-register', ClubDashouRegisterView.as_view(), name='jituan_dashou_register'),
|
||||
path('houtai/club-manage', ClubManageView.as_view(), name='jituan_club_manage'),
|
||||
path('houtai/club-cert-upload', ClubCertUploadView.as_view(), name='jituan_club_cert_upload'),
|
||||
path('houtai/admin-assignments', ClubAdminAssignmentListView.as_view(), name='jituan_admin_assignments'),
|
||||
path('houtai/caiwu', ClubCaiwuView.as_view(), name='jituan_caiwu'),
|
||||
path('houtai/szxx', ClubSzxxView.as_view(), name='jituan_szxx'),
|
||||
|
||||
Reference in New Issue
Block a user