Skip to content

SimoralX/wechat_jssdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wechat_jssdk

The golang code which can get wechat jssdk.

Router

Thanks to golang package mux

router method remarks
/jssdk/gettoken get get token
/jssdk/getticket get get ticket
/jssdk/getconfig get get signature
/static/ get static server, you can change the static file path

How to use?

Change the property like this:

// appid
const Appid = "**********************************"
// secret
const AppSecret = "********************************"

which in jssdk.go.

About

获取微信JSSDK的代码,使用go编写

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published