Skip to content

yale8848/weixin-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang微信,小程序后台接口

Install

go get github.com/yale8848/weixin-service@v0.1.2

小程序

demo

 x:=xcx.NewXCXService("Appid", "Secret")
 x.Code2Session("js code")

接口

  • 登录
    • Code2Session
  • 接口凭证
    • GetAccessToken
  • 小程序码
    • GetXCXCode
    • GetXCXQRCode
    • GetXCXCodeUnlimited