进行了完整的视图拆分,同步了 merchant_ops 的修改
This commit is contained in:
128
users/views/__init__.py
Normal file
128
users/views/__init__.py
Normal file
@@ -0,0 +1,128 @@
|
||||
"""users.views package aggregate entry - re-export all submodule symbols.
|
||||
|
||||
Preserves external `from users.views import X` for users/urls.py and jituan/urls.py.
|
||||
"""
|
||||
|
||||
from .auth import (
|
||||
DashouZhuceView,
|
||||
GuanshiRegisterView,
|
||||
GuanshiYaoqingDashouListView,
|
||||
WechatLoginAndDashouRegisterView,
|
||||
WechatLoginAndGuanshiRegisterView,
|
||||
WechatMiniProgramLoginView,
|
||||
WeixinOfficialCallbackView,
|
||||
ZuzhangXinxiView,
|
||||
ZuzhangZhuceView,
|
||||
)
|
||||
|
||||
from .user_info import (
|
||||
BossBiaoshiView,
|
||||
DashouGengxinView,
|
||||
DashouJianquanView,
|
||||
DashouXinxiAPIView,
|
||||
DashouZiliaoHuoquView,
|
||||
GuanshiXinxiView,
|
||||
HuoQuYaoQingRenView,
|
||||
LaobanJianquanView,
|
||||
ShangJiaXinXiView,
|
||||
ShangjiaNichengGengxinView,
|
||||
UserInfoUpdateView,
|
||||
YaoqingmaView,
|
||||
ZaixianZhuangtaiAPIView,
|
||||
huoquKehuduanIP,
|
||||
huoquYonghuDaili,
|
||||
)
|
||||
|
||||
from .shangjia import (
|
||||
DaShouFaKuanLieBiaoView,
|
||||
FaKuanJiFenTongJiView,
|
||||
FaKuanShenSuView,
|
||||
ShangjiaCufaTongjiView,
|
||||
ShangjiaFakuanLieBiaoView,
|
||||
ShangjiaZhuceView,
|
||||
)
|
||||
|
||||
from .tixian import (
|
||||
FORBIDDEN_STATUS_FOR_WITHDRAW,
|
||||
GuanshiContactView,
|
||||
ORDER_STATUS_COMPLETED,
|
||||
ORDER_STATUS_FAIL,
|
||||
ORDER_STATUS_REFUNDED,
|
||||
ShoukuanXinxiShangchuanView,
|
||||
TixianAssetView,
|
||||
TixianCallbackV3View,
|
||||
TixianJiluHuoquViewV2,
|
||||
TixianQueRenAutoView,
|
||||
TixianShenqingV3View,
|
||||
TixianShenqingView,
|
||||
TixianXinxiHuoquView,
|
||||
YonghuTixianShenheXiugaiView,
|
||||
generate_tixian_id,
|
||||
)
|
||||
|
||||
from .admin import (
|
||||
AdGetOrderList,
|
||||
AdGetOrderTypes,
|
||||
AdGuanLiYongHu,
|
||||
AdKfglView,
|
||||
AdKftjView,
|
||||
AdKfxgView,
|
||||
AdTongYiChuFa,
|
||||
AdYaoQingDaShou,
|
||||
AdcjxgView,
|
||||
AdckyhxqView,
|
||||
AddtxshView,
|
||||
AdminFinancialDataView,
|
||||
AdminLoginView,
|
||||
AdtixianqkView,
|
||||
CfGuanLi,
|
||||
PaihangbangGuanliQueryView,
|
||||
PaihangbangRiqiliebiaoView,
|
||||
admin_required,
|
||||
)
|
||||
|
||||
from .chufa import (
|
||||
ChufaJiluHuoquView,
|
||||
DashouPermission,
|
||||
DashouShensuView,
|
||||
ShangjiaChufaJiluHuoquView,
|
||||
)
|
||||
|
||||
from .kefu import (
|
||||
KefuCancelDesignationView,
|
||||
KefuChangeDashouView,
|
||||
KefuForceCompleteView,
|
||||
KefuGetDashouDetailView,
|
||||
KefuGetDashouListView,
|
||||
KefuGetOrderDetailView,
|
||||
KefuGetOrderListView,
|
||||
KefuGetOrderTypesView,
|
||||
KefuGetShangjiaOrderListView,
|
||||
KefuLoginView,
|
||||
KefuMerchantRefundView,
|
||||
KefuPlatformRefundView,
|
||||
KefuPunishView,
|
||||
KefuPunishmentActionView,
|
||||
KefuPunishmentDetailView,
|
||||
KefuPunishmentListView,
|
||||
KefuRecoverOrderView,
|
||||
KefuRejectRefundView,
|
||||
KefuRejectSettlementView,
|
||||
KefuStatsView,
|
||||
KefuTransferHallView,
|
||||
KefuUpdateDashouView,
|
||||
KefuWithdrawActionView,
|
||||
KefuWithdrawDetailView,
|
||||
KefuWithdrawListView,
|
||||
)
|
||||
|
||||
from .pay import (
|
||||
FaKuanHuitiaoView,
|
||||
FaKuanPayFailView,
|
||||
FaKuanPayPollView,
|
||||
FaKuanPayView,
|
||||
KaohePayCallbackView,
|
||||
KaohePayFailView,
|
||||
KaohePayPollView,
|
||||
KaohePayView,
|
||||
)
|
||||
Reference in New Issue
Block a user