예제 #1
0
def delete(cid):
    Category.remove_model(cid, throw=True)
    return Success(msg='种类删除成功')