办学质量监测教学评价系统
ageer
2024-02-27 a079ef44e53acd9e8df51dbb31cf5aea4f9be5bd
ruoyi-common/ruoyi-common-pay/src/main/java/com/xmzs/common/config/PayConfig.java
@@ -10,27 +10,32 @@
    /**
     * 商户ID
     */
    public static String pid = "xx";
    public static String pid = "xxx";
    /**
     * 接口地址
     */
    public static String payUrl = "https://pay-cloud.vip/mapi.php";
    /**
     * 私钥
     */
    public static String key = "xxx";
    /**
     * 服务器异步通知地址
     */
    public static String notify_url = "https://www.pandarobot.chat/pay/returnUrl";
    /**
     * 页面跳转通知地址
     */
    public static String return_url = "https://www.pandarobot.chat/pay/notifyUrl";
    /**
     * 支付方式
     */
    public static String type = "wxpay";
    /**
     * 接口地址
     */
    public static String payUrl = "https://pay.bluetuo.com/mapi.php";
    /**
     * 服务器异步通知地址
     */
    public static String notify_url = "http://xx/pay/returnUrl";
    /**
     * 页面跳转通知地址
     */
    public static String return_url = "http://xx/pay/notifyUrl";
    /**
     * 设备类型
@@ -40,12 +45,6 @@
    /**
     * 加密方式默认MD5
     */
    public static String sign_type = "MD5";
    /**
     * 私钥
     */
    public static String key = "xx";
}