加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
resource_user.py 245 Bytes
一键复制 编辑 原始数据 按行查看 历史
honey 提交于 2024-04-25 17:22 . 新增接口耗时中间件 HttpBasic
"""
Copyright (c) 2024 [XKW.Beijing]
All rights reserved.
Author: [tangxiaojun]
Email: [417281862@qq.com]
"""
class UserResource:
def get(self, user_id):
return {
"message": f"Hello, World! User ID: {user_id}"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化