设备上电自动审核逻辑修改
This commit is contained in:
@ -17,4 +17,7 @@ public class DevicePowerDTO {
|
||||
private String framType;
|
||||
private String facType;
|
||||
private String testRecord;
|
||||
|
||||
//---------------------------------
|
||||
String serialNumber;
|
||||
}
|
@ -58,9 +58,9 @@ public class UserWechatPayServiceImpl implements IUserWechatPayService {
|
||||
// public static String platformCertificatePath="fastbee-common/src/main/java/com/fastbee/common/utils/pay/damogang_platformCertificate.pem";
|
||||
|
||||
//支付结果回调地址
|
||||
public static String notify_url="https://1f647120.r3.cpolar.cn/pay/getresult";//https://1f647120.r3.cpolar.cn
|
||||
// public static String notify_url="https://1f647120.r3.cpolar.cn/pay/getresult";//https://1f647120.r3.cpolar.cn
|
||||
//TODO 生产环境支付结果异步通知地址
|
||||
//public static String notify_url="https://farmh5.hze2.com/prod-api/pay/getresult";
|
||||
public static String notify_url="https://farmh5.hze2.com/prod-api/pay/getresult";
|
||||
//https://5f655ed0.r3.cpolar.cn
|
||||
//微信小程序appid
|
||||
public static String appId="wx308612d2a8423311";
|
||||
|
Reference in New Issue
Block a user