|
@@ -225,7 +225,6 @@ public class OutInterfaceService {
|
|
|
* @description 接口来源:PCS
|
|
|
*/
|
|
|
public String getPersonnelByIdsFromPCS(List<Integer> ids) throws IOException {
|
|
|
-
|
|
|
String param = new Gson().toJson(ids);
|
|
|
RequestBody requestBody = RequestBody.create(MediaType.parse("application/json"), param);
|
|
|
OkHttpClient okHttpClient = new OkHttpClient.Builder()
|