コード例 #1
0
 def test_040_bill_deferredPayment(self):
     """
     desc       : 延期还款v1.0.2新增
     author     : 罗林
     """
     res = AppAction.test_api_78dk_app_bill_deferredPayment(userbilluuid='')
     Assertion.verity(json.loads(res)['code'], 'S0003')
コード例 #2
0
 def test_039_bill_deferredPayment(self):
     """
     desc       : 延期还款v1.0.2新增
     author     : 罗林
     """
     res = AppAction.test_api_78dk_app_bill_deferredPayment(
         userbilluuid='-1')
     Assertion.verity(json.loads(res)['code'], 'S0003')
     Assertion.verity(json.loads(res)['msg'], '根据userBillUuid 找不到对应的账单信息 ')