|
@@ -78,7 +78,6 @@ func (m *Front) WxKeyset(tpl string) error {
|
|
|
func (m *Front) WxKeysetAjaxReq() {
|
|
|
defer util.Catch()
|
|
|
userId, _ := m.GetSession("userId").(string)
|
|
|
- positionType := util.Int64All(m.GetSession("positionType"))
|
|
|
if userId == "" {
|
|
|
m.ServeJson(map[string]interface{}{
|
|
|
"flag": false,
|