mirror of
https://github.com/silenceper/wechat.git
synced 2026-02-09 15:12:26 +08:00
fix spelling
This commit is contained in:
2
js/js.go
2
js/js.go
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user