宜安添加打印日志

This commit is contained in:
daiqy88
2026-02-12 16:09:34 +08:00
parent 0ffa316aee
commit 54ce5ca19f

View File

@@ -513,6 +513,7 @@ public class YAModelController {
Map<String,String> headerMap = new HashMap<>();
headerMap.put("Authorization","Bearer "+token);
String pulbicKeyResult = HttpUtil.doGet(frontendPublicKeyUrl,headerMap,"idme");
log.info("public key url:"+frontendPublicKeyUrl);
if(pulbicKeyResult != null && !pulbicKeyResult.isEmpty())
{
JSONObject resultObject = JSONObject.parseObject(pulbicKeyResult);