This commit is contained in:
7LZL
2025-11-22 21:56:38 +08:00
parent 54b46b8252
commit 826c5ac97d
4 changed files with 33 additions and 23 deletions

View File

@@ -29,7 +29,7 @@ class mt5(Exchange, ImplicitAPI):
'countries': ['US'],
'version': 'v2025.02.05-05.23',
'rateLimit': 1000,
'hostname': '43.167.188.220:5000',
'hostname': '10.203.0.6:5000',
'pro': True,
'options': {
'host': '18.163.85.196',
@@ -70,11 +70,11 @@ class mt5(Exchange, ImplicitAPI):
'urls': {
'logo': '',
'api': {
'public': 'http://43.167.188.220:5000', # 直接使用具体地址
'private': 'http://43.167.188.220:5000',
'public': 'http://{hostname}', # 直接使用具体地址
'private': 'http://{hostname}',
},
'www': 'http://43.167.188.220:5000',
'doc': ['http://43.167.188.220:5000/index.html'],
'www': 'http://{hostname}',
'doc': ['http://{hostname}/index.html'],
},
'api': {
'public': {