@@ -86,9 +86,6 @@ func (m *Front) WxKeysetAjaxReq() {
return
}
types := "o_jy"
- if positionType == 1 {
- types = "o_entniche"
- }
//增加锁,防止map读写
// lock, _ := m.Session().Get("Lock").(*sync.Mutex)
// lock.Lock()