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