商家首页图标key分离、商家改昵称接口、抢单列表sj_avatar

This commit is contained in:
XingQue
2026-06-26 17:08:50 +08:00
parent fc63836cc7
commit cf0882575e
3 changed files with 59 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
from django.urls import path, include
from django.views.decorators.csrf import csrf_exempt
from .views import WechatMiniProgramLoginView, UserInfoUpdateView, DashouXinxiAPIView, \
ZaixianZhuangtaiAPIView, GuanshiXinxiView, ShangJiaXinXiView, BossBiaoshiView, YaoqingmaView, \
ZaixianZhuangtaiAPIView, GuanshiXinxiView, ShangJiaXinXiView, ShangjiaNichengGengxinView, BossBiaoshiView, YaoqingmaView, \
DashouZhuceView, GuanshiYaoqingDashouListView, TixianXinxiHuoquView, ShoukuanXinxiShangchuanView, \
TixianShenqingView, TixianJiluHuoquViewV2, AdminLoginView, AdminFinancialDataView, AdGetOrderList, \
AdGetOrderTypes, AdGuanLiYongHu, AdYaoQingDaShou, CfGuanLi, AdTongYiChuFa, AdckyhxqView, AdcjxgView, AddtxshView, \
@@ -31,6 +31,7 @@ urlpatterns = [
path('zaixianzhuangtai', ZaixianZhuangtaiAPIView.as_view(), name='打手在线状态更改'),
path('guanshixinxi', GuanshiXinxiView.as_view(), name='获取管事信息'),
path('shangjiaxinxi', ShangJiaXinXiView.as_view(), name='获取商家信息'),
path('shangjiagxnc', ShangjiaNichengGengxinView.as_view(), name='商家修改昵称'),
path('bossbiaoshi', BossBiaoshiView.as_view(), name='获取老板标识'),
path('yaoqingma', YaoqingmaView.as_view(), name='管事生成邀请码'),
path('dashouzhuce',DashouZhuceView.as_view(), name='打手邀请码注册'),