This commit is contained in:
六如
2025-11-06 11:30:00 +08:00
parent c2f3afdffa
commit 7599c51f80

View File

@@ -35,7 +35,6 @@ SOP封装了开放平台大部分功能包括签名验证、统一异常处
* *
* @author 六如 * @author 六如
*/ */
@Api("支付接口")
public interface OpenPayment { public interface OpenPayment {
/** /**
@@ -140,6 +139,25 @@ public void test() {
} }
``` ```
## 功能实现
- [x] 签名验签
- [x] 秘钥管理
- [x] 国际化
- [x] 异常处理
- [x] 文件上传/下载
- [x] 文档管理
- [x] 回调处理
- [x] 自定义拦截器
- [x] SDK
- [x] C++ SDK
- [x] C# SDK
- [x] Go SDK
- [x] Java SDK
- [x] Nodejs SDK
- [x] Python SDK
- [x] Rust SDK
## 整体架构 ## 整体架构
![整体架构](./asset/arc.jpg) ![整体架构](./asset/arc.jpg)