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,7 +262,7 @@ func (c *HBybController) PostSix() {
262 262
 		fmt.Println(err)
263 263
 	}
264 264
 	c.ServeSuccessJSON(map[string]interface{}{
265
-		"pre": result,
265
+		"pre": dat,
266 266
 	})
267 267
 }
268 268
 func (c *HBybController) PostSeven() {