新增生产环境支付配置项
This commit is contained in:
@ -34,7 +34,11 @@ public class UserWechatPayServiceImpl implements IUserWechatPayService {
|
|||||||
public static String mchId = "1503198881";
|
public static String mchId = "1503198881";
|
||||||
/** 商户API私钥文件路径 */
|
/** 商户API私钥文件路径 */
|
||||||
//public static String privateKeyPath = "fastbee-common/src/main/java/com/fastbee/common/utils/pay/apiclient_key.pem";
|
//public static String privateKeyPath = "fastbee-common/src/main/java/com/fastbee/common/utils/pay/apiclient_key.pem";
|
||||||
public static String privateKeyPath = "fastbee-common/src/main/java/com/fastbee/common/utils/pay/damogang_apiclient_key.pem";
|
// public static String privateKeyPath = "fastbee-common/src/main/java/com/fastbee/common/utils/pay/damogang_apiclient_key.pem";
|
||||||
|
//TODO 生产环境私钥路径
|
||||||
|
public static String privateKeyPath = "/home/soft/hzwmiot/fastbee-admin/target/damogang_apiclient_key.pem";
|
||||||
|
|
||||||
|
|
||||||
/** 商户API证书序列号 */
|
/** 商户API证书序列号 */
|
||||||
//public static String serial_no = "3075B63EF52666EDC3EAFC5D4FB35C02CE123A9C";
|
//public static String serial_no = "3075B63EF52666EDC3EAFC5D4FB35C02CE123A9C";
|
||||||
public static String serial_no = "7A55F5763A002C749F1AB10E1D52DE6688DCDDC0";
|
public static String serial_no = "7A55F5763A002C749F1AB10E1D52DE6688DCDDC0";
|
||||||
@ -49,7 +53,10 @@ public class UserWechatPayServiceImpl implements IUserWechatPayService {
|
|||||||
//public static String publicKeyPath="fastbee-common/src/main/java/com/fastbee/common/utils/pay/wechat_public_key.pem";
|
//public static String publicKeyPath="fastbee-common/src/main/java/com/fastbee/common/utils/pay/wechat_public_key.pem";
|
||||||
//public static String publicKeyPath="fastbee-common/src/main/java/com/fastbee/common/utils/pay/wechat_public_key.pem";
|
//public static String publicKeyPath="fastbee-common/src/main/java/com/fastbee/common/utils/pay/wechat_public_key.pem";
|
||||||
//支付结果回调地址
|
//支付结果回调地址
|
||||||
public static String notify_url="https://5f655ed0.r3.cpolar.cn/pay/getresult";//https://5f655ed0.r3.cpolar.cn
|
// public static String notify_url="https://5f655ed0.r3.cpolar.cn/pay/getresult";//https://5f655ed0.r3.cpolar.cn
|
||||||
|
//TODO 生产环境支付结果异步通知地址
|
||||||
|
public static String notify_url="https://farmh5.hze2.com/prod-api/pay/getresult";
|
||||||
|
//https://5f655ed0.r3.cpolar.cn
|
||||||
@Override
|
@Override
|
||||||
/**
|
/**
|
||||||
* 创建订单,获取prepay_id和paySign
|
* 创建订单,获取prepay_id和paySign
|
||||||
|
Reference in New Issue
Block a user