1
0
mirror of synced 2026-02-08 19:57:55 +08:00

修复代码审查问题:更新作者信息和异常消息

Co-authored-by: binarywang <1343140+binarywang@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-19 03:49:49 +00:00
parent 25096689e1
commit 426c5e97f6
3 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ import java.util.List;
* 请求方式POST
* </pre>
*
* @author Generated by GitHub Copilot
* @author binarywang
* created on 2026/01/19
*/
@Data

View File

@@ -16,7 +16,7 @@ import java.io.Serializable;
* 请求方式POST
* </pre>
*
* @author Generated by GitHub Copilot
* @author binarywang
* created on 2026/01/19
*/
@Data

View File

@@ -217,7 +217,7 @@ public class PayrollServiceImpl implements PayrollService {
}
}
} catch (IllegalBlockSizeException e) {
throw new RuntimeException("敏感信息加密异常!", e);
throw new RuntimeException("Sensitive information encryption failed!", e);
}
String response = payService.postV3WithWechatpaySerial(url, GSON.toJson(request));
return GSON.fromJson(response, PayrollTransferBatchesResult.class);