Beispiel #1
0
 def POST(self):
     i = web.input(uid=0, token=0, touid=0)
     services.del_status(i.uid, i.token, i.touid)
     return 'del'
Beispiel #2
0
 def GET(self):
     i = web.input(uid=0, token=0, touid=0)
     services.del_status(i.uid, i.token, i.touid)
     return '/del: pls use POST to del messages with certain to-user.'