1
0
mirror of https://github.com/silenceper/wechat.git synced 2026-02-05 21:22:27 +08:00

fix spelling

This commit is contained in:
wenzl
2018-02-07 16:45:15 +08:00
parent 9e0115d98c
commit 48c5ea5aa7

View File

@@ -61,7 +61,7 @@ func (js *Js) GetConfig(uri string) (config *Config, err error) {
return
}
//GetTicket 获取jsapi_tocket
//GetTicket 获取jsapi_ticket
func (js *Js) GetTicket() (ticketStr string, err error) {
js.GetJsAPITicketLock().Lock()
defer js.GetJsAPITicketLock().Unlock()