Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JsCode2SessionRequest ¶
type JsCode2SessionResponse ¶
type JsCode2SessionResponse struct { Result int32 `json:"result"` Message string `json:"error_msg"` OpenId string `json:"open_id"` UnionId string `json:"union_id"` SessionKey string `json:"session_key"` }
func JsCode2Session ¶
func JsCode2Session(appId string, secret string, code string, anonymousCode string) (*JsCode2SessionResponse, error)
https://ks-game-docs.kuaishou.com/minigame/api/open/login/auth.code2Session.html 小程序登录
Click to show internal directories.
Click to hide internal directories.