This commit is contained in:
tanghc
2021-02-25 13:43:09 +08:00
parent a577df49c1
commit a9a3dcdd0a
5 changed files with 9 additions and 11 deletions

View File

@@ -48,7 +48,7 @@ class MyTestCase(unittest.TestCase):
# for f in files.values():
# f.close()
if response.is_success():
if response.get('code') == '10000':
print 'response: ', response
print 'is_vip:', response.get('member_info').get('is_vip', 0)
else: