2 Star 11 Fork 3

zvms / zvms-backend

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
notice.py 455 Bytes
一键复制 编辑 原始数据 按行查看 历史
So1aric 提交于 2022-09-18 11:04 . Debug
from flask import Blueprint, request
import json
from deco import *
import oppressor as OP
Notice = Blueprint('notice', __name__)
@Notice.route('/notice/new', methods = ['POST'])
@Deco
def newNotice(json_data, token_data):
pass
@Notice.route('/notice/query', methods = ['GET'])
@Deco
def queryNotice(json_data, token_data):
pass
@Notice.route('/notice/modify/<ntcId>', methods = ['POST'])
@Deco
def modifyNotice(ntcId, json_data, token_data):
pass
Python
1
https://gitee.com/zvms/zvms-backend.git
git@gitee.com:zvms/zvms-backend.git
zvms
zvms-backend
zvms-backend
master

搜索帮助