mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
4.2.7
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user