更新注释

This commit is contained in:
wojiaoyishang
2023-02-11 20:29:56 +08:00
parent 196d53aa88
commit 54ac9cefa3
4 changed files with 21 additions and 22 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ from flask import jsonify
def success_api(msg: str = "成功"):
""" 成功响应 默认值成功 """
""" 成功响应 默认值成功 """
return jsonify(success=True, msg=msg)