| | |
| | | userDTO.setPhone(user.getPhone()); |
| | | userDTO.setIsDeleted(user.getIsDeleted()); |
| | | userDTO.setRealName(user.getRealName()); |
| | | userDTO.setSecurityId(user.getId().toString()); |
| | | //装换为 json |
| | | JSONObject jsonObject = JSONObject.fromObject(userDTO); |
| | | //发送请求 |
| | |
| | | userDTO.setSex(user.getSex()); |
| | | userDTO.setAvatar(user.getAvatar()); |
| | | userDTO.setExamination_type(user.getExaminationType()); |
| | | userDTO.setSecurityId(user.getId().toString()); |
| | | //装换为 json |
| | | JSONObject jsonObject = JSONObject.fromObject(userDTO); |
| | | //发送请求 |
| | |
| | | userDTO.setPhone(user.getPhone()); |
| | | userDTO.setIsDeleted(user.getIsDeleted()); |
| | | userDTO.setRealName(user.getRealName()); |
| | | userDTO.setSecurityId(user.getId().toString()); |
| | | //装换为 json |
| | | JSONObject jsonObject = JSONObject.fromObject(userDTO); |
| | | //发送请求 |