Exemplo n.º 1
0
 def test_12api_78dk_platform_cm_examine_viewExamineChannels_all(self):
     # 渠道审核列表全部
     res = PlatformAction.test_api_78dk_platform_cm_examine_viewExamineChannels(
         name='', pagecurrent=1, pagesize=8)
     Assertion.verity(json.loads(res)['msg'], '成功')
     Assertion.verity(json.loads(res)['code'], '10000')
Exemplo n.º 2
0
 def test_11api_78dk_platform_cm_examine_viewExamineChannels(self):
     # 渠道审核列表
     res = PlatformAction.test_api_78dk_platform_cm_examine_viewExamineChannels(
         '123', 1, 8)
     Assertion.verity(json.loads(res)['msg'], '成功')
     Assertion.verity(json.loads(res)['code'], '10000')