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