#!/usr/bin/env python # -*- encoding: utf-8 -*- ''' @Contact : liuyuqi.gov@msn.cn @Time : 2022/05/24 15:02:12 @License : Copyright © 2017-2022 liuyuqi. All Rights Reserved. @Desc : api ''' _host = r"https://game.gtimg.cn" hero_list_url = _host+"/images/lol/act/img/js/heroList/hero_list.js" hero_img_url = _host+ "/images/lol/act/img/js/hero/%s.js"