doc 优化注释

This commit is contained in:
DaxPay
2024-10-16 18:00:08 +08:00
parent baf69d9eb0
commit 3c3c2b556d
3 changed files with 2 additions and 3 deletions

View File

@@ -21,7 +21,6 @@
## 🍈项目介绍
> DaxPay是一套开源支付网关系统已经对接支付宝、微信支付、云闪付相关的接口。可以独立部署提供接口供业务系统进行调用不对原有系统产生影响。
>
## 🧭 特色功能
- 封装各类支付通道的接口为统一的接口,方便业务系统进行调用,简化对接多种支付方式的复杂度

View File

@@ -6,7 +6,7 @@ import org.springframework.stereotype.Component;
import org.springframework.web.servlet.HandlerInterceptor;
/**
* 移动端前端转发
* 移动端前端转发
* @author xxm
* @since 2024/10/6
*/

View File

@@ -6,7 +6,7 @@ import org.springframework.web.servlet.config.annotation.InterceptorRegistry;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
/**
* 前端转发配置
* PC前端转发配置
* @author xxm
* @since 2024/10/6
*/