@@ -55,6 +55,8 @@ class Command(CompatibilityBaseCommand): |
||
| 55 | 55 |
|
| 56 | 56 |
userinfo = get_userinfo(card_id, code, appid=appid, secret=secret, storage=RedisStorage(r)) |
| 57 | 57 |
|
| 58 |
+ logger.info(userinfo) |
|
| 59 |
+ |
|
| 58 | 60 |
common_field_list = userinfo.get('common_field_list', [])
|
| 59 | 61 |
phone = get_phone(common_field_list) |
| 60 | 62 |
|