Exemplo n.º 1
0
 def test_079_api_78dk_platform_ap_repayment_findRepaymentList(self):
     """
     未结清列表--v1.5.0
     :return:
     """
     res = json.loads(WebAction.test_api_78dk_platform_ap_repayment_findRepaymentList(uid=contract_uuid, interestporid=1))
     Assertion.verity(res['code'], '10000')
Exemplo n.º 2
0
 def test_078_api_78dk_platform_ap_repayment_findRepaymentList_none(self):
     """
     未结清列表--v1.5.0 , uuid为空
     :return:
     """
     res = json.loads(WebAction.test_api_78dk_platform_ap_repayment_findRepaymentList(uid='', interestporid=''))
     Assertion.verity(res['code'], '20000')