Commit 6c40ec2d by zzy

新增的api_test

parent 0db3cd1e
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# FileName: __init__.py # FileName: __init__.py
# Author: lao_zhao # Author: lao_zhao
# Datetime: 2024/9/4 14:01 # Datetime: 2024/9/4 14:01
# Description: # Description:"轮调模式"
# #
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
import logging import logging
...@@ -55,4 +55,4 @@ def log(name="张三"): ...@@ -55,4 +55,4 @@ def log(name="张三"):
# 先执行函数,获取函数的返回值,以后之间使用函数的返回值写入日志 # 先执行函数,获取函数的返回值,以后之间使用函数的返回值写入日志
log = log() log = log()
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment