Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 418 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 418 Bytes

qq-miniprogram

Build Status QQ小程序 golang sdk

done

登录 AccessToken(需持久化 防止超过请求限制) 发送模板消息

todo

usage

登录

package main

import (
	QM "github.com./solarhell/qq-miniprogram"
)

func main() {
	ui, err := QM.Login("appid", "secret", "code")
	...
}