调整个性化路径
This commit is contained in:
parent
e68650fe71
commit
7ecaee936f
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user