赞
踩
效果如下:(百度云服务器微信支付demo前端展示) 请勿付款功能正常
创建一个Java的SpringBoot的项目,导入微信官方sdk和 httpclient 依赖
- <!-- 微信支付sdk-->
- <dependency>
- <groupId>com.github.wxpay</groupId>
- <artifactId>wxpay-sdk</artifactId>
- <version>0.0.3</version>
- </dependency>
- <!-- httpclient-->
- <dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpclient</artifactId>
- <version>4.5.3</version>
- </dependency>
在这里SpringBoot的项目的version可以低一点,高点的会出现一个报错启动不了的问题
完整Java后端项目代码 -> gitee地址:https://gitee.com/D0uZi/wxpay_01.githttps://gitee.com/D0uZi/wxpay_01.git
此处填写自己的 ------------------ 关于下面代码里的参数可以看官方文档介绍:https://pay.weixin.qq.com/wiki/doc/api/native.php?chapter=9_1https://pay.weixin.qq.com/wiki/doc/api/native.php?chapter=9_1
package com.example.
赞
踩
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。