diff --git a/docs/stackoverflow.md b/docs/stackoverflow.md index 93dc934..065c0d4 100644 --- a/docs/stackoverflow.md +++ b/docs/stackoverflow.md @@ -3,6 +3,11 @@ - [Java中的微信支付(1):API V3版本签名详解](https://mp.weixin.qq.com/s/iiTCr57FgbAb6s0P0hT-9Q) - [Java中的微信支付(2):API V3 微信平台证书的获取与刷新](https://mp.weixin.qq.com/s/O_YcnIRcl2MltElBupm3Hg) - [Java中的微信支付(3):API V3对微信服务器响应进行签名验证](https://mp.weixin.qq.com/s/cb2eTTRjHifNYUGpQETMCQ) +### 微信支付V3中的坑 +- 代金券制券后不能修改,所以一定要注意 +- 代金券激活券和制券要有一定的间隔时间,官方说是1分钟 +- 发券不需要靠微信服务号,官方的描述是错误的,有一个支持微信登录的appid就行了 +- 不要过分相信微信文档,微信文档不一定是真的,要问就问他们客服 ## 支付宝 diff --git a/pom.xml b/pom.xml index f8b45ab..4a225d8 100644 --- a/pom.xml +++ b/pom.xml @@ -11,6 +11,31 @@ payment-spring-boot payment sdk + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0.txt + repo + A business-friendly OSS license + + + + + + felord + felord@qq.com + felord.cn + + + + + payment-spring-boot-1.0.0.RELEASE + https://github.com/NotFound403/payment-spring-boot + scm:git:https://github.com/NotFound403/payment-spring-boot.git + scm:git:https://github.com/NotFound403/payment-spring-boot.git + + + payment-spring-boot-autoconfigure payment-spring-boot-starter