调整个性化路径

This commit is contained in:
pengtao 2019-10-23 16:11:59 +08:00
parent e68650fe71
commit 7ecaee936f

View File

@ -4,7 +4,7 @@ import requests
def get_mp_interface(gameid, channelid):
base_url = "https://mp.kingsome.cn/api/open/cfg/all?"
base_url = "http://10.10.5.4:2333/api/open/cfg/all?"
key = "co-list"
url = f"{base_url}channelid={channelid}&gameid={gameid}&key={key}"
r = requests.get(url)