示例#1
0
 def test_008_api_78dk_platform_mm_state_viewStateMerchantList_not_exist(
         self):
     # 查询商户状态列表
     not_exist_name = '<meta http-equiv="Content-Type"content="text/html;charset=UTF-8"/>'
     res = PlatformAction.test_api_78dk_platform_mm_state_viewStateMerchantList(
         pagecurrent=1, pagesize=10, name=not_exist_name)
     Assertion.verity(json.loads(res)['code'], '10000')
     Assertion.verity(json.loads(res)['msg'], '成功')
     Assertion.verityList(json.loads(res)['data']['dataList'], [])