示例#1
0
def getStats2(payload, req): 
    uid = UR.getUserId(req)
    if uid is None: 
        return UR.prepare_response({}, 1,  "NOT ALLOWED")
    else:
        return UR.prepare_response(annotations.get_stats2(uid))
示例#2
0
def getStats2(payload, req): 
    uid = UR.getUserId(req)
    if uid is None: 
        return UR.prepare_response({}, 1,  "NOT ALLOWED")
    else:
        return UR.prepare_response(annotations.get_stats2(uid))