|
|
@@ -395,6 +395,7 @@ public class HwPlatformCompanyController {
|
|
|
String requestUrl = OauthApi.APPLICATION_SUBCONTRACTOR_LIST;
|
|
|
Map<String, Object> parameters = new HashMap<>();
|
|
|
parameters.put("companyCode", hwPlatformCompany.getCompanyCode());
|
|
|
+ parameters.put("cpId", hwPlatformCompany.getBusinessBelongId());
|
|
|
String biz_content = CryptTool.encode(JSONObject.toJSONString(parameters));
|
|
|
JSONObject jsonObject = OauthTokenUtils.doRequest(requestUrl, HttpsContants.POST, biz_content, accessToken);
|
|
|
log.info("jsonObject===={}", jsonObject);
|