package
Version:
v0.0.0-...-cc65f9c
Opens a new window with list of versions in this module.
Published: Nov 5, 2020
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type WeiBo struct {
ClientID string `json:"client_id"`
ClientSecret string `json:"client_secret"`
RedirectURL string `json:"redirect_url"`
Display string `json:"display"`
}
WeiBo 微博
GetUser 获取weibo用户信息,流程如下:
1 获取code
2 获取操作令牌和用户编号
3 使用操作令牌获取用户信息
4 使用操作令牌获取省市数据
5 合并数据
Source Files
¶
Click to show internal directories.
Click to hide internal directories.