mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-09 10:56:50 +08:00
提交
This commit is contained in:
@@ -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{
|
||||||
|
|||||||
Reference in New Issue
Block a user