|
@ -755,6 +755,7 @@ public class IcResiUserController implements ResultDataResolver { |
|
|
* @author zxc |
|
|
* @author zxc |
|
|
* @date 2021/11/3 9:21 上午 |
|
|
* @date 2021/11/3 9:21 上午 |
|
|
*/ |
|
|
*/ |
|
|
|
|
|
@MaskResponse(fieldNames = {"name", "mobile"}, fieldsMaskType = {MaskResponse.MASK_TYPE_CHINESE_NAME,MaskResponse.MASK_TYPE_MOBILE}) |
|
|
@PostMapping("persondata") |
|
|
@PostMapping("persondata") |
|
|
public Result<PersonDataResultDTO> personData(@LoginUser TokenDto tokenDto, @RequestBody PersonDataFormDTO formDTO) { |
|
|
public Result<PersonDataResultDTO> personData(@LoginUser TokenDto tokenDto, @RequestBody PersonDataFormDTO formDTO) { |
|
|
formDTO.setCustomerId(tokenDto.getCustomerId()); |
|
|
formDTO.setCustomerId(tokenDto.getCustomerId()); |
|
|