9.25
This commit is contained in:
parent
99a43cb6e1
commit
361743a9e1
@ -80,6 +80,7 @@ def create_logger():
|
|||||||
def zbparse():
|
def zbparse():
|
||||||
|
|
||||||
logger = g.logger
|
logger = g.logger
|
||||||
|
logger.info("start!!!")
|
||||||
# 获取并显示接收到的 JSON 数据
|
# 获取并显示接收到的 JSON 数据
|
||||||
received_data = request.get_json()
|
received_data = request.get_json()
|
||||||
logger.info("Received JSON data: " + str(received_data))
|
logger.info("Received JSON data: " + str(received_data))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user