示例#1
0
文件: demo.go 项目: panjiang/goweb
func reJsonError(c *context.Context) {
	c.JsonError(1, "Response Json Error")
}