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):