|
|
@@ -64,6 +64,7 @@ public class QrCodeController {
|
|
|
String qrCodeUrl = "";
|
|
|
//是否是太平洋保险 大家财险
|
|
|
if ("TPIC1000000".equals(insAreaCompany.getCompanyId()) || "DJPC1000000".equals(insAreaCompany.getCompanyId())
|
|
|
+ || ("CHAC1000000").equals(insAreaCompany.getCompanyId())
|
|
|
|| ("HTIC1000000".equals(insAreaCompany.getCompanyId()) && PtlApiType.PTL_API_2.getCode() == insAreaCompany.getApiType())) {
|
|
|
qrCodeUrl = insAreaCompany.getPaymentLink();
|
|
|
} else {
|