Beispiel #1
0
 def test_021_api_78dk_platform_mm_base_bd_listDbLogs_not_exist(self):
     """
     Time       :2019-08-12
     author     : 闫红
     desc       : 查询商户业BD 操作日志-v1.4,商户不存在
     """
     res = PlatformAction.test_api_78dk_platform_mm_base_bd_listDbLogs(
         uid=-1)
     Assertion.verity(json.loads(res)['code'], '10000')
     Assertion.verity(json.loads(res)['msg'], '成功')
Beispiel #2
0
 def test_019_api_78dk_platform_mm_base_bd_listDbLogs(self):
     """
     Time       :2019-08-12
     author     : 闫红
     desc       : 查询商户业BD 操作日志-v1.4
     """
     res = PlatformAction.test_api_78dk_platform_mm_base_bd_listDbLogs(
         uid=merchantUuid)
     Assertion.verity(json.loads(res)['code'], '10000')
     Assertion.verity(json.loads(res)['msg'], '成功')