def test_032_api_78dk_platform_common_viewImageUrl(self):
     """
     获取图片url
     :return:
     """
     res = PlatformAction.test_api_78dk_platform_common_viewImageUrl(
         qiniukey='', type='')
     Assertion.verity(json.loads(res)['code'], '10000')
     Assertion.verity(json.loads(res)['msg'], '成功')