Skip to content

Commit

Permalink
quick docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
gqcn committed Nov 17, 2024
1 parent faaa65f commit 4a913b2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ $ go run main.go
为了简化测试操作,我们使用`curl`命令来做测试,并使用`json`格式提交和接受返回参数。

:::tip
以下执行命令中前面的`$`符号,表示终端命令行工具的前置命令符号,并不是我们输入命令的一部分,不同的终端命令行前置命令符号不同
以下执行命令中前面的`$`符号,表示终端命令行工具的提示符号,并不是我们输入命令的一部分,不同的终端命令行提示符号不同
:::

### 创建接口
Expand Down Expand Up @@ -141,4 +141,4 @@ $ curl -X GET 'http://127.0.0.1:8000/user'
可以看到,通过`GoFrame`框架的脚手架工具生成的项目模板,我们可以很高效地完成接口开发工作,并且能自动生成接口文档,方便前后端协作。


到此为止,一个使用`GoFrame`框架的`CURD`接口项目便快速完成了。但`GoFrame`框架的优秀之处,还远不止这些,她的更多特性,等着您的进一步探索
到此为止,一个使用`GoFrame`框架的`CURD`接口项目便快速完成了。但`GoFrame`框架的优秀之处,还远不止这些,她的更多特性,等待着您的进一步探索

0 comments on commit 4a913b2

Please sign in to comment.