示例#1
0
 def DELETE(self):
     get_data = web.input(channel="")
     db.setVisible(dbase, get_data.channel, False)
     return
示例#2
0
文件: ply.py 项目: rcleere/ply
 def DELETE(self):
     get_data = web.input(channel="")
     db.setVisible(dbase, get_data.channel, False)
     return
示例#3
0
 def PUT(self):
     get_data = web.input(channel="")
     db.setVisible(dbase, get_data.channel, True)
     return
示例#4
0
文件: ply.py 项目: rcleere/ply
 def PUT(self):
     get_data = web.input(channel="")
     db.setVisible(dbase, get_data.channel, True)
     return