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

Merge pull request #53 from silenceper/develop

fix spelling
This commit is contained in:
silenceper
2018-02-07 16:46:20 +08:00
committed by GitHub

View File

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