|
@@ -2129,7 +2129,7 @@ public class WxCorpInfoServiceImpl extends ServiceImpl<WxCorpInfoMapper, WxCorpI
|
|
|
map.put("handover_userid",handoverId);
|
|
|
map.put("takeover_userid",takeoverId);
|
|
|
list.add(map);
|
|
|
- requestMap.put("transfer_list", map);
|
|
|
+ requestMap.put("transfer_list", list);
|
|
|
|
|
|
HttpEntity<JSONObject> entity = new HttpEntity<>(requestMap, headers);
|
|
|
ResponseEntity<String> ResponseEntity = restTemplate.postForEntity(url, entity, String.class);
|