mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-10-13 21:30:25 +00:00
doc 优化注释
This commit is contained in:
@@ -21,7 +21,6 @@
|
||||
## 🍈项目介绍
|
||||
|
||||
> DaxPay是一套开源支付网关系统,已经对接支付宝、微信支付、云闪付相关的接口。可以独立部署,提供接口供业务系统进行调用,不对原有系统产生影响。
|
||||
>
|
||||
|
||||
## 🧭 特色功能
|
||||
- 封装各类支付通道的接口为统一的接口,方便业务系统进行调用,简化对接多种支付方式的复杂度
|
||||
|
@@ -6,7 +6,7 @@ import org.springframework.stereotype.Component;
|
||||
import org.springframework.web.servlet.HandlerInterceptor;
|
||||
|
||||
/**
|
||||
* 移动端前端转发
|
||||
* 移动端前端转发
|
||||
* @author xxm
|
||||
* @since 2024/10/6
|
||||
*/
|
||||
|
@@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user