logit

Kimi.Huang 5 年之前
父节点
当前提交
be0c645569
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      api/distributor_views.py

+ 1 - 0
api/distributor_views.py

@@ -124,6 +124,7 @@ def distributor_list(request):
124 124
     })
125 125
 
126 126
 
127
+@logit
127 128
 def distributor_all(request):
128 129
     brand_id = request.POST.get('brand_id', settings.KODO_DEFAULT_BRAND_ID)
129 130