|
@@ -11,7 +11,7 @@ async def forward_requests(params, api):
|
|
|
转发请求
|
|
|
:return:
|
|
|
"""
|
|
|
- new_url = "http://{}:{}/{}".format(server_const.OLD_SERVER_PUBLIC_IP, server_const.PORT, api)
|
|
|
+ new_url = "http://{}:{}/{}".format(server_const.OLD_SERVER_INNER_IP, server_const.PORT, api)
|
|
|
response = requests.post(
|
|
|
url=new_url,
|
|
|
headers={
|