feat:域名切换

This commit is contained in:
苏竹红
2025-04-13 20:58:26 +08:00
parent 53b103edda
commit aefc333d5b
7 changed files with 22 additions and 10 deletions

View File

@@ -288,5 +288,11 @@ public class PCTestController {
return ResponseResult.success(pushService.getPosToken(dto));
}
@ApiOperation("获取加密子串")
@PostMapping("/getEncryptedSubstring")
public ResponseResult<String> getEncryptedSubstring(@RequestBody GetPasswordDTO dto) {
return ResponseResult.success(thirdXinGuanJiaService.getPassword(dto));
}
}