File was renamed from pipIrr-platform/pipIrr-web/pipIrr-web-webchat/src/main/java/com/dy/pipirrWebChat/payment/PayInfo.java |
| | |
| | | package com.dy.pipirrWebChat.payment; |
| | | package com.dy.pipIrrSell.wechatpay; |
| | | |
| | | /** |
| | | * @author ZhuBaoMin |
| | | * @date 2024-02-22 20:20 |
| | | * @LastEditTime 2024-02-22 20:20 |
| | | * @date 2024-03-06 13:49 |
| | | * @LastEditTime 2024-03-06 13:49 |
| | | * @Description |
| | | */ |
| | | public class PayInfo { |
| | | /* |
| | | /** |
| | | * 小程序登录API |
| | | */ |
| | | public static String loginUrl = "https://api.weixin.qq.com/sns/jscode2session"; |
| | | |
| | | /* |
| | | /** |
| | | * 检验登录态 |
| | | */ |
| | | public static String checkSessionUrl = "https://api.weixin.qq.com/wxa/checksession"; |
| | | |
| | | /** |
| | | * 重置登录态 |
| | | */ |
| | | public static String resetUserSessionKeyUrl = "https://api.weixin.qq.com/wxa/resetusersessionkey"; |
| | | |
| | | /** |
| | | * 获取接口调用凭据 |
| | | */ |
| | | public static String tokenUrl = "https://api.weixin.qq.com/cgi-bin/token"; |
| | | |
| | | /** |
| | | * 统一下单API |
| | | */ |
| | | //public static String orderUrl = "https://api.mch.weixin.qq.com/pay/unifiedorder"; |
| | |
| | | /* |
| | | * 支付结果通知API |
| | | */ |
| | | public static String notifyUrl = "https://www.muxiaobao.com/api/Payment/OrderNotify"; |
| | | //public static String notifyUrl = "https://www.muxiaobao.com/api/Payment/OrderNotify"; |
| | | public static String notifyUrl = "https://44978f7456.imdo.co/webchat/payment/orderNotify"; |
| | | |
| | | /* |
| | | * 查询订单API |
| | | */ |
| | | public static String queryUrl = "https://api.mch.weixin.qq.com/pay/orderquery"; |
| | | |
| | | /* |
| | | /** |
| | | * 申请退款API |
| | | */ |
| | | public static String refundUrl = "https://api.mch.weixin.qq.com/secapi/pay/refund"; |
| | | public static String refundUrl = "https://api.mch.weixin.qq.co/v3/refund/domestic/refunds"; |
| | | |
| | | /* |
| | | * 退款通知API |
| | |
| | | /** |
| | | * 私钥文件路径 |
| | | */ |
| | | public static String certFileName = "C:\\webchat\\apiclient_key.pem"; |
| | | public static String privateCertFileName = "C:\\webchat\\apiclient_key.pem"; |
| | | |
| | | public static String publicCertFileName = "C:\\webchat\\wxp_cert.pem"; |
| | | |
| | | /* |
| | | * 微信订单号,优先使用 |