mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-10 19:36:50 +08:00
日志
This commit is contained in:
@@ -92,6 +92,7 @@ public class OutSideDataServiceImpl implements IOutSideDataService {
|
||||
try {
|
||||
//OkHttpUtil http=new OkHttpUtil();
|
||||
String responseStr = okHttpUtil.doPostJson(url,"{}", headers);
|
||||
System.out.println("token:"+token);
|
||||
System.out.println("用户中心接口返回:"+responseStr);
|
||||
|
||||
JsonNode rootNode= mapper.readTree(responseStr);
|
||||
|
||||
Reference in New Issue
Block a user