コード例 #1
0
def logout():
    _wx_ctx_stack.pop()
    for f in glob.glob('{}/*.pkl'.format(here)):
        try:
            os.remove(f)
        except FileNotFoundError:
            pass
    return {'msg': ''}
コード例 #2
0
ファイル: api.py プロジェクト: shengyouruyun/wechat-admin
def logout():
    _wx_ctx_stack.pop()
    return {'msg': ''}
コード例 #3
0
ファイル: api.py プロジェクト: ysh0566/wechat-admin
def logout():
    _wx_ctx_stack.pop()
    return {'msg': ''}