You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
KeCheng/QingLong/微信支付配置过程.txt

65 lines
2.8 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

Java接入微信支付超级详细教程【保姆级】
https://blog.csdn.net/qq_37992901/article/details/135156184
小程序的信息
https://mp.weixin.qq.com/wxamp/home/guide?lang=zh_CN&token=301460084
AppID(小程序ID)
wx6ab0b6b54c3361c0
https://pay.weixin.qq.com/index.php/core/info
微信支付 -》 账户中心-》API安全
请输入32个字符可输入数字和大小写字母的组合:
DsideaL4r5t6y7uDsideaL4r5t6y7uDs
操作密码780522
商户ID:1678768184
微信小程序发布体验版,扫码提示页面不存在、路径错误
https://blog.csdn.net/qq_45301392/article/details/117112385
微信小程序体验版,手机打开调试正常访问 关闭调试访问不通
https://blog.csdn.net/m0_63080216/article/details/130734796
微信小程序设置为体验版需要打开调试模式
https://blog.csdn.net/m0_46613429/article/details/124845091
SpringBoot整合weixin-java-pay实现微信小程序支付
https://blog.csdn.net/qq_15090197/article/details/136938894
private static String serialNo = "14901511569E7E0D25E7AD3B184F6BDAAE001615";
// 微信支付cert.p12导出证书key.pem格式、证书密钥cert.pem格式以及证书序列号
// https://blog.csdn.net/weixin_44711162/article/details/134136905
// 根据apiclient_cert.pem导出证书序列号
// 在桌面空白处按住Shift+鼠标右键,选择 GitBash Here,输入下面的命令
// openssl x509 -in D:/KeCheng/QingLong/src/main/resource/cert/apiclient_cert.pem -noout -serial
// serial=14901511569E7E0D25E7AD3B184F6BDAAE001615
// 微信支付超级详细配图讲解——1基本配置的获取和密钥讲解
// https://blog.csdn.net/qq_50560491/article/details/123362417
微信小程序怎么生成二维码?
https://www.zhihu.com/question/376026757/answer/2518886538
设置-基本设置-小程序码及线下物料下载-下载-8CM-普通二维码-小程序码
小程序如何做到分享生成小程序码,别人扫描后可绑定推荐人关系。
https://blog.csdn.net/Web_Try_harder/article/details/115460486
微信小程序码的解析,以及开发中遇到的问题。
https://blog.csdn.net/weixin_44690156/article/details/128132019
小程序如何做到分享生成小程序码,别人扫描后可绑定推荐人关系。
https://blog.csdn.net/Web_Try_harder/article/details/115460486
商家转账到零钱如何开通流程?
https://www.bilibili.com/video/BV1Sw411A7ev/
商家转账到零钱2024过审经验总结
https://www.sohu.com/a/776866724_100286112
零失误!微信支付商家转账到零钱功能开通教程
https://www.sohu.com/a/768241909_121773128
微信支付商户号 - 如何开通商家转账到零钱 开通技巧和方法
https://blog.csdn.net/wyjn3502/article/details/136449454