This commit is contained in:
daihh
2023-02-01 13:48:07 +08:00
parent 0f9ee1574b
commit 9fee975a2a

View File

@@ -164,7 +164,7 @@ public class OutSideDataServiceImpl implements IOutSideDataService {
String token = TokenProxy.getToken(request); String token = TokenProxy.getToken(request);
String type="application/json"; String type="application/json";
String[] headers=new String[] {"token",token,"Content-Type",type}; String[] headers=new String[] {"token",token,"Content-Type",type};
String url= getBaseUrl("/org/listOrgIds"); String url= getBaseUrl("/org/manageOrgIds");
ObjectMapper mapper=new ObjectMapper(); ObjectMapper mapper=new ObjectMapper();
String responseStr=null; String responseStr=null;
try{ try{