Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

wegostudio/wework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wework

微信企业开发通用库

Install

$ python(3) setup.py install

Usage

# django

import wework


w = wework.init(
    SUITE_ID=SUITE_ID,
    SUITE_SECRET=SUITE_SECRET,
    REGISTER_URL=REGISTER_URL,
    HELPER=wego.DjangoHelper
)

@w.web_login_required(scope='snsapi_privateinfo')
def index(request):
	wx_user = request.work_wx_user
    string = wx_user.__dict__'
    return HttpResponse(string)

License

Apache

About

微信企业开发通用库

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages