def test_033_common_findContactInfo_none(self):
     """
     author     : 罗林
     desc       : 查询亲属联系人信息-美佳v1.0.0
     """
     res = json.loads(
         WebAction.test_api_78dk_platform_common_findContactInfo(''))
     Assertion.verity(res['code'], '20000')
     Assertion.verityContain(res['msg'], 'ContractUuid不能为空')
 def test_035_common_findContactInfo_not_exits(self):
     """
     author     : 罗林
     desc       : 查询亲属联系人信息-美佳v1.0.0
     """
     res = json.loads(
         WebAction.test_api_78dk_platform_common_findContactInfo(
             'contract_uuid'))
     Assertion.verity(res['code'], '10000')
     Assertion.verityContain(res['msg'], '成功')