brand_id

Kimi.Huang 6 years ago
parent
commit
fc71ddab10
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api/mch_views.py

+ 1 - 1
api/mch_views.py

@@ -26,7 +26,7 @@ WECHAT = settings.WECHAT
26 26
 
27 27
 @logit
28 28
 def optor_login_api(request):
29
-    brand_id = request.GET.get('brand_id', settings.KODO_DEFAULT_BRAND_ID)
29
+    brand_id = request.POST.get('brand_id', settings.KODO_DEFAULT_BRAND_ID)
30 30
     phone = request.POST.get('phone', '')
31 31
     password = request.POST.get('password', '')
32 32