This commit is contained in:
Rene 2023-02-21 19:24:08 +07:00
parent bab57004b3
commit 12b52c70a9
4 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ import json
import requests import requests
import collections import collections
if __name__ == "__main__": if __name__ == "__main__":
with open('READMECN.md','a+') as readme: with open('GiCn.md','a+') as readme:
readme.seek(0) readme.seek(0)
sys.stdout = readme sys.stdout = readme
stringContent=str(requests.get('https://sdk-static.mihoyo.com/hk4e_cn/mdk/launcher/api/resource?key=eYd89JmJ&launcher_id=18').content,'utf-8') stringContent=str(requests.get('https://sdk-static.mihoyo.com/hk4e_cn/mdk/launcher/api/resource?key=eYd89JmJ&launcher_id=18').content,'utf-8')

View File

@ -4,7 +4,7 @@ import json
import requests import requests
import collections import collections
if __name__ == "__main__": if __name__ == "__main__":
with open('READMEGLOBAL.md','a+') as readme: with open('GiGlobal.md','a+') as readme:
readme.seek(0) readme.seek(0)
sys.stdout = readme sys.stdout = readme
stringContent=str(requests.get('https://sdk-os-static.mihoyo.com/hk4e_global/mdk/launcher/api/resource?channel_id=1&key=gcStgarh&launcher_id=10&sub_channel_id=0').content,'utf-8') stringContent=str(requests.get('https://sdk-os-static.mihoyo.com/hk4e_global/mdk/launcher/api/resource?channel_id=1&key=gcStgarh&launcher_id=10&sub_channel_id=0').content,'utf-8')