mirror of
https://github.com/silenceper/wechat.git
synced 2026-02-08 22:52:27 +08:00
format
This commit is contained in:
6
js/js.go
6
js/js.go
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user