Exemplo n.º 1
0
 def test_038_app_bill_getMyBill_contractuuid_not_exites(self):
     """
     desc       : 我的账单v1.0.0
     author     : 罗林
     """
     res = AppAction.test_api_78dk_app_bill_getMyBill(
         billdate='1574956800', contractuuid=MD.uuid_random())
     Assertion.verity(json.loads(res)['code'], '10000')
Exemplo n.º 2
0
 def test_037_app_bill_getMyBill_contractuuid_none(self):
     """
     desc       : 我的账单v1.0.0
     author     : 罗林
     """
     res = AppAction.test_api_78dk_app_bill_getMyBill(billdate='',
                                                      contractuuid='')
     Assertion.verity(json.loads(res)['code'], '10000')