Sany

Results 12 comments of Sany

layout.html 这个文件改成 layout.tpl,但header.html 不做任何改变,那么就会报错。

``` package main import ( "context" "github.com/gogf/gf/v2/frame/g" "github.com/gogf/gf/v2/net/ghttp" ) type QueryReq struct { g.Meta `path:"/query" tags:"查询" method:"post" summary:"查询"` AppKey string `in:"header" v:"required#业务系统唯一码不能为空"` } type QueryRes struct { } type Controller...

![qr2](https://user-images.githubusercontent.com/26077092/89377617-c9a43d80-d724-11ea-8989-fc1a4eb11f16.png) not found error correction level and mask

It is a good idea.

> In Windows 10, it's also running normally. I use sqlite C source code as an [amalgamation](https://sqlite.org/amalgamation.html), version 3.45.1. What version are you useing?

@viniciusfdasilva Your v.exe is download from releases or compiled by yourself?