Browse Source

Merge branch 'master' of http://git.shengws.com/csx/gdyb

csx 3 years ago
parent
commit
07b06396fe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/hb/hbyb_controller.go

+ 1 - 1
controllers/hb/hbyb_controller.go View File

262
 		fmt.Println(err)
262
 		fmt.Println(err)
263
 	}
263
 	}
264
 	c.ServeSuccessJSON(map[string]interface{}{
264
 	c.ServeSuccessJSON(map[string]interface{}{
265
-		"pre": result,
265
+		"pre": dat,
266
 	})
266
 	})
267
 }
267
 }
268
 func (c *HBybController) PostSeven() {
268
 func (c *HBybController) PostSeven() {