1
0
mirror of https://github.com/silenceper/wechat.git synced 2026-02-08 22:52:27 +08:00
This commit is contained in:
wenzl
2016-09-19 20:10:48 +08:00
parent 59a2d41d69
commit 11cca83c5e
5 changed files with 17 additions and 17 deletions

View File

@@ -11,12 +11,12 @@ import (
const getTicketURL = "https://api.weixin.qq.com/cgi-bin/ticket/getticket?access_token=%s&type=jsapi"
//Js struct
// Js struct
type Js struct {
*context.Context
}
//Config 返回给用户jssdk配置信息
// Config 返回给用户jssdk配置信息
type Config struct {
AppID string
TimeStamp int64
@@ -24,7 +24,7 @@ type Config struct {
Signature string
}
//resTicket 请求jsapi_tikcet返回结果
// resTicket 请求jsapi_tikcet返回结果
type resTicket struct {
util.CommonError