package
Version:
v0.1.3
Opens a new window with list of versions in this module.
Published: Dec 3, 2021
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Response struct {
ErrNo int `json:"err_no"`
ErrTips string `json:"err_tips"`
Data struct {
SessionKey string `json:"session_key"`
Openid string `json:"openid"`
AnonymousOpenid string `json:"anonymous_openid"`
Unionid string `json:"unionid"`
} `json:"data"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.