douyin

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 24, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type JsCode2SessionRequest

type JsCode2SessionRequest struct {
	AppId         string `json:"appid"`
	Secret        string `json:"secret"`
	Code          string `json:"code"`
	AnonymousCode string `json:"anonymous_code"`
}

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL