Esempio n. 1
0
 def test_15_api_78dk_platform_cm_examine_viewExamineChannels_all(self):
     """
     渠道审核列表全部
     :return:
     """
     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')
Esempio n. 2
0
 def test_14_api_78dk_platform_cm_examine_viewExamineChannels(self):
     """
     渠道审核列表
     :return:
     """
     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')