@@ -45,6 +45,7 @@ class Command(CompatibilityBaseCommand): |
||
45 | 45 |
continue |
46 | 46 |
|
47 | 47 |
if not user.openid: |
48 |
+ r.rpushjson(REDPACK_WAITING_SEND_LIST, v) |
|
48 | 49 |
continue |
49 | 50 |
|
50 | 51 |
send_jsapi_hb(user.openid, v.get('amount', 100), transfer=False) |