https://github.com/chekun/aikucun
爱库存-GO
https://github.com/chekun/aikucun
Last synced: over 1 year ago
JSON representation
爱库存-GO
- Host: GitHub
- URL: https://github.com/chekun/aikucun
- Owner: chekun
- License: unlicense
- Created: 2021-01-05T09:36:55.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-23T06:08:06.000Z (over 5 years ago)
- Last Synced: 2024-10-19T01:13:44.154Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 爱库存API
[](https://travis-ci.com/chekun/aikucun)
[](https://goreportcard.com/report/github.com/chekun/aikucun)
[](http://godoc.org/github.com/chekun/aikucun)
> 本仓库目前为自用,不保证满足所有人需求。
## 快速使用
```go
// 创建client
client := aikucun.NewClient(appID, appSecret, gateway, nil)
// 调用接口
autoURL, err := client.GetAutoLoginURL("18888888888")
// 查看结果
fmt.Println(autoURL, err)
```
## 支持的接口列表
1. 会员三方登录 (aikucun.member.open.third.login)
```go
GetAutoLoginURL(phone string) (string, error)
```