Skip to content

Commit 131ce8e

Browse files
committed
feat: 优化句子接口
1 parent d86fe49 commit 131ce8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/other/app/other.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ type (
4646

4747
type (
4848
SentenceReq struct {
49-
g.Meta `path:"poem" method:"get" sm:"随机查询句子组" tags:"app"`
49+
g.Meta `path:"sentence" method:"get" sm:"随机查询句子组" tags:"app"`
5050
}
5151

5252
SentenceRes struct {

0 commit comments

Comments
 (0)