修改基础url前缀

This commit is contained in:
2023-09-20 09:23:17 +08:00
parent b7102b7950
commit 968e50f296
2 changed files with 2 additions and 2 deletions

View File

@@ -84,7 +84,7 @@ public class PileBasicInfoServiceImpl implements IPileBasicInfoService {
@Autowired
private RedisCache redisCache;
@Value("${qrcodeurl.prefix}")
@Value("${baseurl.prefix}")
private String QRCODE_URL_PREFIX;
/**

View File

@@ -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;
/**