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" WXACODE_UNLIMIT = "/wxa/getwxacodeunlimit" QRCODE_CREATE = "qrcode/create" MENU_CREATE = "menu/create" MEDIA_GET = "media/get" 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" EXPIRE = "expire" TICKET = "ticket" OAUTH = "oauth" MEDIA = "media" STABLE_TOKEN = "stable_token" STABLE_TOKEN_EXPIRE = "stable_token_expire" )
View Source
const ( SIGNATURE = "signature" TIMESTAMP = "timestamp" NONCESTR = "noncestr" NONCE = "nonce" )
View Source
const ( PAGES_RIVER = "pages/river/river" PAGES_ACTION = "pages/action/action" PAGES_INSERT = "pages/insert/insert" PUBLISH_CLIENT_MP = "publish/client/mp" PROJECT_CONFIG_JSON = "project.config.json" APP_JSON = "app.json" CONF_JS = "conf.js" )
View Source
const ( ISLOGIN = "islogin" CURRENT = "current" PROJECT = "project" PAGES = "pages" UTILS = "utils" )
View Source
const ( AUTO_PREVIEW = "auto-preview" PREVIEW = "preview" PUSH = "push" DOC = "doc" ENV = "env" )
View Source
const ( SCENE = "scene" RIVER = "river" STORM = "storm" )
View Source
const ( UNLIMIT = "unlimit" 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 SCAN = "scan"
View Source
const STUDIO = "studio"
View Source
const (
TAGID = "tagid"
)
View Source
const TAGS = "tags"
View Source
const TEMPLATE = "template"
View Source
const TEXT = "text"
View Source
const USERS = "users"
View Source
const WX = "wx"
View Source
const WXML = "wxml"
View Source
const WXSS = "wxss"
Variables ¶
Functions ¶
func IdeCli ¶ added in v1.8.1
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.