apache2.0

This commit is contained in:
xiafang
2020-12-10 11:55:57 +08:00
parent 2766caefa4
commit 6e87a02cef
3 changed files with 8 additions and 4 deletions

View File

@@ -8,7 +8,7 @@
- 配置简单、只依赖Spring框架
[GitHub](https://github.com/NotFound403/payment-spring-boot)
[Star](https://github.com/NotFound403/payment-spring-boot)
[技术博客](https://felord.cn)
[快速开始](README.md)

View File

@@ -24,12 +24,14 @@
alias: {
'/.*/_sidebar.md': '/_sidebar.md'
},
name: '',
search: { placeholder: '搜索', noData: '找不到结果!', depth: 3 },
name: 'payment-spring-boot',
repo: ''
}
</script>
<!-- Docsify v4 -->
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
<script src="//unpkg.com/docsify/lib/plugins/search.js"></script>
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-bash.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-java.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-yaml.min.js"></script>

View File

@@ -1,6 +1,8 @@
## 微信
施工中……
### 微信支付技术分享
- [Java中的微信支付1API V3版本签名详解](https://mp.weixin.qq.com/s/iiTCr57FgbAb6s0P0hT-9Q)
- [Java中的微信支付2API V3 微信平台证书的获取与刷新](https://mp.weixin.qq.com/s/O_YcnIRcl2MltElBupm3Hg)
- [Java中的微信支付3API V3对微信服务器响应进行签名验证](https://mp.weixin.qq.com/s/cb2eTTRjHifNYUGpQETMCQ)
## 支付宝