資源簡介
項目采用SpringBoot框架,可直接運行,更改WxPayConfig文件和WeixinController文件appid、mch_id、key、notify_ur等參數即可完成小程序支付和公眾號支付及回調功能。包含統一下單(支付接口)即WeixinController中pay方法、支付結果通知(回調接口)即WeixinController中notify方法、使用code獲取openid接口即WeixinController中prepay方法
代碼片段和文件信息
package?com.example;
import?org.springframework.boot.SpringApplication;
import?org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public?class?BootApplication?{
public?static?void?main(String[]?args)?{
SpringApplication.run(BootApplication.class?args);
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-08-29?16:55??wxpay\
?????文件????????1350??2018-08-20?09:20??wxpay\.classpath
?????目錄???????????0??2018-08-29?16:55??wxpay\.git\
?????文件??????????17??2018-08-16?09:29??wxpay\.git\COMMIT_EDITMSG
?????文件?????????130??2018-08-16?09:28??wxpay\.git\config
?????文件??????????73??2018-08-16?09:28??wxpay\.git\desc
?????文件??????????23??2018-08-16?09:28??wxpay\.git\HEAD
?????目錄???????????0??2018-08-29?16:55??wxpay\.git\hooks\
?????文件?????????478??2018-08-16?09:28??wxpay\.git\hooks\applypatch-msg.sample
?????文件?????????896??2018-08-16?09:28??wxpay\.git\hooks\commit-msg.sample
?????文件????????3327??2018-08-16?09:28??wxpay\.git\hooks\fsmonitor-watchman.sample
?????文件?????????189??2018-08-16?09:28??wxpay\.git\hooks\post-update.sample
?????文件?????????424??2018-08-16?09:28??wxpay\.git\hooks\pre-applypatch.sample
?????文件????????1638??2018-08-16?09:28??wxpay\.git\hooks\pre-commit.sample
?????文件????????1348??2018-08-16?09:28??wxpay\.git\hooks\pre-push.sample
?????文件????????4898??2018-08-16?09:28??wxpay\.git\hooks\pre-reba
?????文件?????????544??2018-08-16?09:28??wxpay\.git\hooks\pre-receive.sample
?????文件????????1492??2018-08-16?09:28??wxpay\.git\hooks\prepare-commit-msg.sample
?????文件????????3610??2018-08-16?09:28??wxpay\.git\hooks\update.sample
?????文件???????20120??2018-08-21?16:57??wxpay\.git\index
?????目錄???????????0??2018-08-29?16:55??wxpay\.git\info\
?????文件?????????240??2018-08-16?09:28??wxpay\.git\info\exclude
?????目錄???????????0??2018-08-29?16:55??wxpay\.git\logs\
?????文件?????????170??2018-08-16?09:29??wxpay\.git\logs\HEAD
?????目錄???????????0??2018-08-29?16:55??wxpay\.git\logs\refs\
?????目錄???????????0??2018-08-29?16:55??wxpay\.git\logs\refs\heads\
?????文件?????????170??2018-08-16?09:29??wxpay\.git\logs\refs\heads\master
?????目錄???????????0??2018-08-29?16:55??wxpay\.git\ob
?????目錄???????????0??2018-08-29?16:55??wxpay\.git\ob
?????文件??????567384??2018-08-16?09:29??wxpay\.git\ob
?????文件???????37959??2018-08-16?09:29??wxpay\.git\ob
............此處省略566個文件信息
- 上一篇:笑話大全android
- 下一篇:Android仿微信APP實現源碼
評論
共有 條評論