|
@@ -286,8 +286,8 @@ class AppSetView(View):
|
|
|
# 这里加sdStatus过滤条件条件
|
|
|
ip = CommonService.get_ip_address(request)
|
|
|
LOGGER.info(f"请求ip地址为 {ip}")
|
|
|
- sdStatus = 1
|
|
|
- response_data = {"sdStatus": sdStatus}
|
|
|
+ splashAdStatus = 1
|
|
|
+ response_data = {"splashAdStatus": splashAdStatus}
|
|
|
return response.json(0, response_data)
|
|
|
except Exception as e:
|
|
|
LOGGER.info('根据ip解析地址返回状态异常,errLine:{}, errMsg:{}'.format(e.__traceback__.tb_lineno, repr(e)))
|