def test_03api_78dk_platform_tm_first_viewTongdunInfo(self):
     # 同盾信息查询
     # {'uid': '同盾uuid'}
     res = JtlbasicAction.test_api_78dk_platform_tm_first_viewTongdunInfo(contract_uuid)
     Assertion.verity(json.loads(res)['msg'], '成功')
     Assertion.verity(json.loads(res)['code'], '10000')
 def test_04api_78dk_platform_tm_telephone_viewTelephoneCheckContract(self):
     # 电核信息查询
     # {'uid': '合同uuid'}
     res = JtlbasicAction.test_api_78dk_platform_tm_telephone_viewTelephoneCheckContract(contract_uuid)
     Assertion.verity(json.loads(res)['msg'], '成功')
     Assertion.verity(json.loads(res)['code'], '10000')
 def test_02api_78dk_platform_tm_first_viewFirstCheckContracts(self):
     # 初审列表查询
     # {'name': '编号等一系列东西', 'state': '状态', 'pageSize': '页面大小', 'pageCurrent': '当前页'}
     res = JtlbasicAction.test_api_78dk_platform_tm_first_viewFirstCheckContracts(2, 1, '', 'all')
     Assertion.verity(json.loads(res)['msg'], '成功')
     Assertion.verity(json.loads(res)['code'], '10000')