SUBSCRIBE_USERINFO_LIST

Kimi.Huang %!s(int64=5) %!d(string=hace) años
padre
commit
fcb693083e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      shells/views.py

+ 1 - 1
shells/views.py

@@ -18,7 +18,7 @@ def fetch_users_func(authorizer_appid, infos):
18 18
     print authorizer_appid, infos
19 19
     openids = infos.get('data', {}).get('openid', [])
20 20
     for openid in openids:
21
-        r1.rpushjson(SUBSCRIBE_USERINFO_LIST, {
21
+        r1.rpushjson(SUBSCRIBE_USERINFO_LIST % authorizer_appid, {
22 22
             'brand_id': authorizer_appid,
23 23
             'openid': openid
24 24
         })