提交 9c8f4f92 作者: 刘明祎-运维用途

打印日志

上级 944d20dc
流水线 #7372 已通过 于阶段
in 2 分 57 秒
......@@ -2866,6 +2866,7 @@ public class RequirementsServiceImpl implements RequirementsService {
HttpHeaders headers = new HttpHeaders();
headers.setContentType(MediaType.APPLICATION_JSON);
headers.add("token", token);
log.info("获取钱包信息的token:{}",token);
HttpEntity<MultiValueMap<String, Object>> formEntity = new HttpEntity<MultiValueMap<String, Object>>(headers);
ResponseEntity<String> exchange = null;
try {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论