コード例 #1
0
ファイル: demo.go プロジェクト: panjiang/goweb
func reJsonError(c *context.Context) {
	c.JsonError(1, "Response Json Error")
}