We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d86fe49 commit 131ce8eCopy full SHA for 131ce8e
api/other/app/other.go
@@ -46,7 +46,7 @@ type (
46
47
type (
48
SentenceReq struct {
49
- g.Meta `path:"poem" method:"get" sm:"随机查询句子组" tags:"app"`
+ g.Meta `path:"sentence" method:"get" sm:"随机查询句子组" tags:"app"`
50
}
51
52
SentenceRes struct {
0 commit comments