Documentation ¶
Index ¶
Constants ¶
View Source
const ( CGI_BIN = "https://api.weixin.qq.com/cgi-bin/" TOKEN_CREDENTIAL = "token?grant_type=client_credential" TICKET_GETTICKET = "ticket/getticket?type=jsapi" QRCODE_CREATE = "qrcode/create" WXACODE_UNLIMIT = "/wxa/getwxacodeunlimit" MENU_CREATE = "menu/create" USER_REMARK = "user/info/updateremark" USER_INFO = "user/info" USER_GET = "user/get" USER_TAG_GET = "user/tag/get" TAGS_CREATE = "tags/create" TAGS_DELETE = "tags/delete" TAGS_UPDATE = "tags/update" TAGS_GET = "tags/get" TAGS_MEMBERS_BATCHTAGGING = "tags/members/batchtagging" TAGS_MEMBERS_BATCHUNTAGGING = "tags/members/batchuntagging" )
View Source
const ( APPID = "appid" SECRET = "secret" TOKEN = "token" TOKENS = "tokens" EXPIRES = "expires" TICKET = "ticket" EXPIRE = "expire" )
View Source
const ( SIGNATURE = "signature" TIMESTAMP = "timestamp" NONCESTR = "noncestr" NONCE = "nonce" )
View Source
const ( PROJECT = "project" PAGES = "pages" ENV = "env" )
View Source
const ( SCENE = "scene" RIVER = "river" STORM = "storm" )
View Source
const ( UNLIMIT = "unlimit" IS_HYALINE = "is_hyaline" QR_STR_SCENE = "QR_STR_SCENE" QR_LIMIT_STR_SCENE = "QR_LIMIT_STR_SCENE" EXPIRE_SECONDS = "expire_seconds" )
View Source
const ( SUBSCRIBE_TIME = "subscribe_time" REMARK = "remark" SEX = "sex" )
View Source
const ACCESS = "access"
View Source
const AGENT = "agent"
View Source
const EVENTS = "events"
View Source
const IDE = "ide"
View Source
const LOGIN = "login"
View Source
const MENU = "menu"
View Source
const (
OPENID = "openid"
)
View Source
const (
PAGES_ACTION = "pages/action/action"
)
View Source
const SCAN = "scan"
View Source
const (
TAGID = "tagid"
)
View Source
const TAGS = "tags"
View Source
const TEXT = "text"
View Source
const USERS = "users"
View Source
const WX = "wx"
Variables ¶
Functions ¶
func IdeCli ¶ added in v1.8.1
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.