api.py 365 B

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