From a0ccd209cf94f4e2d51999ed059c00a575b2d31c Mon Sep 17 00:00:00 2001 From: D <3066417822@qq.com> Date: Tue, 16 Apr 2024 18:33:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E4=B8=AA=E5=90=8D=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 57b5e59..c58d45b 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ com.ruoyi │ └── sqb // 收钱吧支付模块(测试中) │ └── wx // 微信支付模块(待开发) │ └── alipay // 支付宝支付模块(开发中) -│ └── start // 支付框架整合模块 +│ └── starter // 支付框架整合模块 ├── ruoyi-online // 在线开发模块(可移除) ├── ruoyi-oauth // 第三方认证框架(测试中) │ └── common // 第三方认证基础模块(开发中) @@ -97,7 +97,7 @@ com.ruoyi │ └── wx // 微信小程序认证模块(测试中) │ └── phone // 手机认证模块(测试中) │ └── email // 邮箱认证模块(开发中) -│ └── start // 第三方认证整合模块 +│ └── starter // 第三方认证整合模块 ``` ## 内置功能