feat: 投诉工单后端(模型/接口/迁移/权限)

支持用户提交投诉、证据图上传、升级补充;客服列表处理;充值记录列表供投诉选ID。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
XingQue
2026-07-21 00:30:36 +08:00
parent eadf9e2503
commit a432a0b9c4
12 changed files with 853 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ INSTALLED_APPS = [
'rank',
'merchant_ops',
'jituan',
'gongdan',
]
MIDDLEWARE = [

View File

@@ -25,6 +25,7 @@ urlpatterns = [
path('shangdian/', include('shop.urls')),
path('dengji/', include('rank.urls')),
path('jituan/', include('jituan.urls')),
path('gongdan/', include('gongdan.urls')),
]
# 重要说明: