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 {
Error int32 `json:"error"`
ErrCode int32 `json:"errcode"`
ErrMsg string `json:"errmsg"`
Message string `json:"message"`
OpenId string `json:"openid"`
AnonymousOpenId string `json:"anonymous_openid"`
SessionKey string `json:"session_key"`
}
func JsCode2Session ¶
Click to show internal directories.
Click to hide internal directories.