feat: 投诉工单后端(模型/接口/迁移/权限)
支持用户提交投诉、证据图上传、升级补充;客服列表处理;充值记录列表供投诉选ID。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -42,6 +42,7 @@ INSTALLED_APPS = [
|
||||
'rank',
|
||||
'merchant_ops',
|
||||
'jituan',
|
||||
'gongdan',
|
||||
]
|
||||
|
||||
MIDDLEWARE = [
|
||||
|
||||
@@ -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')),
|
||||
]
|
||||
|
||||
# 重要说明:
|
||||
|
||||
Reference in New Issue
Block a user