Exemplo n.º 1
0
def hide(cid):
    Category.hide_model(cid, throw=True)
    return Success(msg='种类隐藏成功')