https://github.com/solarhell/tt-miniprogram
Golang 字节跳动小程序 SDK
https://github.com/solarhell/tt-miniprogram
bytedance miniprogram toutiao tt-miniprogram
Last synced: 5 months ago
JSON representation
Golang 字节跳动小程序 SDK
- Host: GitHub
- URL: https://github.com/solarhell/tt-miniprogram
- Owner: solarhell
- Created: 2019-07-19T14:02:10.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-11-10T20:10:13.000Z (over 4 years ago)
- Last Synced: 2024-06-19T13:47:08.516Z (about 2 years ago)
- Topics: bytedance, miniprogram, toutiao, tt-miniprogram
- Language: Go
- Size: 43 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# qq-miniprogram
[](https://travis-ci.org/solarhell/mina)
字节跳动小程序(头条小程序) golang sdk
## done
登录
AccessToken(需持久化 防止超过请求限制)
## todo
## usage
### 登录
```go
package main
import (
TM "github.com/solarhell/tt-miniprogram"
)
func main() {
ui, err := TM.Login("appid", "secret", "code")
...
}
```