:art: Opt activity_group_share

huangqimin001 4 lat temu
rodzic
commit
a878a8a0f8
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      api/member_views.py

+ 3 - 3
api/member_views.py

@@ -441,14 +441,14 @@ def activity_group_share(request):
441 441
     click_user_id = request.POST.get('click_user_id', '')
442 442
     activity_id = request.POST.get('activity_id')
443 443
 
444
+    iv = request.POST.get('iv', '')
445
+    encryptedData = request.POST.get('encryptedData', '')
446
+
444 447
     wxcfg = WECHAT.get('MINIAPP', {})
445 448
 
446 449
     appid = wxcfg.get('appID')
447 450
     secret = wxcfg.get('appsecret')
448 451
 
449
-    iv = request.POST.get('iv', '')
450
-    encryptedData = request.POST.get('encryptedData', '')
451
-
452 452
     # {
453 453
     #     "openGId": "OPENGID"
454 454
     # }