mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
修改基础url前缀
This commit is contained in:
@@ -84,7 +84,7 @@ public class PileBasicInfoServiceImpl implements IPileBasicInfoService {
|
||||
@Autowired
|
||||
private RedisCache redisCache;
|
||||
|
||||
@Value("${qrcodeurl.prefix}")
|
||||
@Value("${baseurl.prefix}")
|
||||
private String QRCODE_URL_PREFIX;
|
||||
|
||||
/**
|
||||
|
||||
@@ -75,7 +75,7 @@ public class PileConnectorInfoServiceImpl implements IPileConnectorInfoService {
|
||||
|
||||
private final String URL = "http://localhost/pileConnectorInfo&code=";
|
||||
|
||||
@Value("${qrcodeurl.prefix}")
|
||||
@Value("${baseurl.prefix}")
|
||||
private String QRCODE_URL_PREFIX;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user