|
|
@@ -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
|
# }
|