feat: 商家罚单列表统计与证据图管理接口

This commit is contained in:
XingQue
2026-06-27 04:51:24 +08:00
parent 8f21491c72
commit 2445b39f3b
3 changed files with 275 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ from .views import WechatMiniProgramLoginView, UserInfoUpdateView, DashouXinxiAP
KefuUpdateDashouView, KefuPunishmentListView, KefuPunishmentActionView, KefuPunishmentDetailView, \
KefuWithdrawListView, KefuWithdrawDetailView, KefuWithdrawActionView, KefuPunishView, AdKfglView, AdKftjView, \
AdKfxgView,GuanshiRegisterView, WechatLoginAndGuanshiRegisterView,ZuzhangZhuceView, ZuzhangXinxiView,KefuForceCompleteView,HuoQuYaoQingRenView, DashouJianquanView, LaobanJianquanView,\
FaKuanJiFenTongJiView, DaShouFaKuanLieBiaoView,\
FaKuanJiFenTongJiView, DaShouFaKuanLieBiaoView, ShangjiaCufaTongjiView, ShangjiaFakuanLieBiaoView,\
FaKuanShenSuView, FaKuanPayView,FaKuanHuitiaoView, FaKuanPayPollView, FaKuanPayFailView,KaohePayView,KaohePayCallbackView, KaohePayPollView,KaohePayFailView, TixianAssetView, GuanshiContactView,TixianQueRenAutoView, TixianShenqingV3View, TixianCallbackV3View
from .tixian_shenhe_views import TixianZddkshApplyView
from .paihang_views import PhbHqsjView
@@ -135,6 +135,10 @@ urlpatterns = [
# 获取打手自己的罚款列表
path('dsfklbhq', DaShouFaKuanLieBiaoView.as_view(), name='获取打手自己的罚款列表'),
# 商家端处罚统计 / 金额罚单列表
path('sjcftjhq', ShangjiaCufaTongjiView.as_view(), name='商家处罚统计'),
path('sjfklbhq', ShangjiaFakuanLieBiaoView.as_view(), name='商家罚款列表'),
# 提交罚款申诉
path('fkss', FaKuanShenSuView.as_view(), name='提交罚款申诉'),