quick/scaffold-api-definition #156
Replies: 1 comment
-
你好,有默认的逻辑删除吗 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
quick/scaffold-api-definition
在项目的api目录下定义CRUD接口,采用RESTful风格的接口设计,使用HTTP Method来规范接口请求。接口定义中使用g.Meta管理元数据信息,包括路由地址、请求方式和接口描述。请求参数和返回数据结构体定义了详细的参数校验规则。接口版本控制上开始使用v1版本,以便维护未来的兼容性。接口参数采用灵活接收方式,满足接口请求的多样化需求。
https://goframe.org/quick/scaffold-api-definition
Beta Was this translation helpful? Give feedback.
All reactions