This commit is contained in:
zy123 2024-09-25 09:47:45 +08:00
parent 99a43cb6e1
commit 361743a9e1

View File

@ -80,6 +80,7 @@ def create_logger():
def zbparse():
logger = g.logger
logger.info("start!!!")
# 获取并显示接收到的 JSON 数据
received_data = request.get_json()
logger.info("Received JSON data: " + str(received_data))