微信支付

文章一 :https://blog.csdn.net/Majker/article/details/88379695

一、添加POM依赖

<!-- 微信支付 -->
        <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>
        </dependency>
         <dependency>
            <groupId>com.alibaba</groupId>
            <artifactId>fastjson</artifactId>
            <version>1.2.51</version>
        </dependency>

二、重新封装httpclient 

三、Controller、Service

四、application.yml 配置文件

五、工具(借助工具实现内网穿透)

原文入口 : https://blog.csdn.net/mzjmc123/article/details/109499211

  

 

posted @ 2021-11-06 14:15  潜跃  阅读(56)  评论(0编辑  收藏  举报