コード例 #1
0
def ajax_new_weibo_tree():
    mid = request.args.get('mid', '')
    weibo_timestamp = request.args.get('timestamp', '')
    results = new_get_weibo_tree(mid, weibo_timestamp)
    if not results:
        results = ''
    return results
コード例 #2
0
def ajax_new_weibo_tree():
    mid = request.args.get('mid', '')
    weibo_timestamp = request.args.get('timestamp', '')
    results = new_get_weibo_tree(mid, weibo_timestamp)
    if not results:
        results = ''
    return results