Administrator
2023-11-13 08c54fbb9d59dd17d71fd9e82978fcf65f7b9074
utils/middle_api_protocol.py
@@ -3,11 +3,14 @@
"""
import json
from huaxin_client import constant
from utils import socket_util
SERVER_HOST = '43.138.167.68'
# SERVER_HOST = '192.168.3.122'
SERVER_PORT = 10008
if constant.IS_A:
    SERVER_PORT = 10009
def request(data_json):