Пример #1
0
 def test_032_api_78dk_app_bill_PaymentStatus_non(self):
     """
     desc       : 还款状态 v1.5.0, 账单Uuid为空
     author     : 罗林
     """
     res = AppAction.test_api_78dk_app_bill_paymentStatus(contractuuid='')
     Assertion.verity(json.loads(res)['code'], '10000')
Пример #2
0
 def test_033_api_78dk_app_bill_PaymentStatus_not_exits(self):
     """
     desc       : 还款状态 v1.5.0, 账单Uuid不存在
     author     : 罗林
     """
     res = AppAction.test_api_78dk_app_bill_paymentStatus(
         contractuuid=MD.wordAndNum(20))
     Assertion.verity(json.loads(res)['code'], '10000')