浏览代码

缺失代码提交

WH01243 2 年之前
父节点
当前提交
2afd8caad5
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/jfw/front/wxkeyset.go

+ 0 - 1
src/jfw/front/wxkeyset.go

@@ -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,