From b51e7529759bca2c69cf0f075f31d715902c8ea1 Mon Sep 17 00:00:00 2001 From: rainyan Date: Mon, 13 Apr 2020 10:51:22 +0800 Subject: [PATCH] Update README-zh_CN.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 可以参考用户管理模块中的示例API。 --- README-zh_CN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-zh_CN.md b/README-zh_CN.md index 518d3edc..68a0bb3c 100644 --- a/README-zh_CN.md +++ b/README-zh_CN.md @@ -180,7 +180,7 @@ go run main.go; - 配置管理:配置文件可前台修改(测试环境不开放此功能)。 - 富文本编辑器:MarkDown编辑器功能嵌入。 - 条件搜索:增加条件搜索示例。 -- restful示例:参考客户管理功能,customer组api。 +- restful示例:可以参考用户管理模块中的示例API。 ``` 前端文件参考: src\view\superAdmin\api\api.vue 后台文件参考: model\dnModel\api.go -- GitLab