update 二维码url

This commit is contained in:
YAS\29473
2025-08-13 14:30:22 +08:00
parent 0f32629b22
commit 873d082963

View File

@@ -1838,7 +1838,7 @@ public class JiLinPlatformServiceImpl implements ThirdPartyPlatformService {
} else {
// 为null时使用默认生成的
String pileConnectorQrCodeUrl = pileConnectorInfoService.getPileConnectorQrCodeUrl(connectorInfo.getConnectorID());
connectorInfo.setChargingQrCode(pileConnectorQrCodeUrl+pileConnectorCode); // https://api.jsowellcloud.com/app-xcx-h5/pile/connectorDetail/8825000001536502
connectorInfo.setChargingQrCode(pileConnectorQrCodeUrl); // https://api.jsowellcloud.com/app-xcx-h5/pile/connectorDetail/8825000001536502
}
connectorInfo.setEquipmentClassification(Constants.one);