|
@@ -52,7 +52,8 @@ public class AAAServiceImpl implements AAAService {
|
|
|
public static String merchantId = "1558043371";
|
|
|
/** 商户API私钥路径 */
|
|
|
public static String privateKeyPath = "/usr/java/AimagePath/apiclient_key.pem";
|
|
|
- public static String notifyUrl = "http://120.79.86.50:8012/api/front/erkai/wechat";
|
|
|
+ //public static String notifyUrl = "https://4076mr2069.imdo.co/api/front/erkai/wechat";
|
|
|
+ public static String notifyUrl = "https://www.guicaioa.com/api/front/erkai/wechat";
|
|
|
// public static String privateKeyPath = "C:\\Users\\ASUS\\Desktop\\apiclient_key2.pem";
|
|
|
// public static String notifyUrl = "http://d06u7pg536nk.ngrok.xiaomiqiu123.top/api/front/erkai/wechat";
|
|
|
/** 商户证书序列号 */
|