mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-09 02:46:50 +08:00
提交
This commit is contained in:
@@ -164,7 +164,7 @@ public class OutSideDataServiceImpl implements IOutSideDataService {
|
||||
String token = TokenProxy.getToken(request);
|
||||
String type="application/json";
|
||||
String[] headers=new String[] {"token",token,"Content-Type",type};
|
||||
String url= getBaseUrl("/org/listOrgIds");
|
||||
String url= getBaseUrl("/org/manageOrgIds");
|
||||
ObjectMapper mapper=new ObjectMapper();
|
||||
String responseStr=null;
|
||||
try{
|
||||
|
||||
Reference in New Issue
Block a user