Browse Source

缺失代码提交

WH01243 2 năm trước cách đây
mục cha
commit
2afd8caad5
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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,