| | |
| | | <version>3.0.3</version> |
| | | <scope>compile</scope> |
| | | </dependency> |
| | | <!-- https://mvnrepository.com/artifact/org.apache.axis/axis --> |
| | | <dependency> |
| | | <groupId>org.apache.axis</groupId> |
| | | <artifactId>axis</artifactId> |
| | | <version>1.4</version> |
| | | </dependency> |
| | | <!-- https://mvnrepository.com/artifact/javax.xml.rpc/javax.xml.rpc-api --> |
| | | <dependency> |
| | | <groupId>javax.xml.rpc</groupId> |
| | | <artifactId>javax.xml.rpc-api</artifactId> |
| | | <version>1.1.1</version> |
| | | </dependency> |
| | | |
| | | </dependencies> |
| | | |
| | |
| | | * 修改密码 |
| | | */ |
| | | @ApiOperation("修改密码") |
| | | @PreAuthorize("@ss.hasPermi('system:user:changePwd')") |
| | | // @PreAuthorize("@ss.hasPermi('system:user:changePwd')") |
| | | @PutMapping("/changePwd") |
| | | public Results changePwd(String newPassword) { |
| | | String userId = SecurityUtils.getUserId(); |