宜安添加打印日志
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user