Skip to content

Commit 426c5e9

Browse files
Copilotbinarywang
andcommitted
修复代码审查问题:更新作者信息和异常消息
Co-authored-by: binarywang <1343140+binarywang@users.noreply.github.com>
1 parent 2509668 commit 426c5e9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/marketing/payroll/PayrollTransferBatchesRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* 请求方式:POST
2121
* </pre>
2222
*
23-
* @author Generated by GitHub Copilot
23+
* @author binarywang
2424
* created on 2026/01/19
2525
*/
2626
@Data

weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/marketing/payroll/PayrollTransferBatchesResult.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* 请求方式:POST
1717
* </pre>
1818
*
19-
* @author Generated by GitHub Copilot
19+
* @author binarywang
2020
* created on 2026/01/19
2121
*/
2222
@Data

weixin-java-pay/src/main/java/com/github/binarywang/wxpay/service/impl/PayrollServiceImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ public PayrollTransferBatchesResult payrollCardTransferBatches(PayrollTransferBa
217217
}
218218
}
219219
} catch (IllegalBlockSizeException e) {
220-
throw new RuntimeException("敏感信息加密异常!", e);
220+
throw new RuntimeException("Sensitive information encryption failed!", e);
221221
}
222222
String response = payService.postV3WithWechatpaySerial(url, GSON.toJson(request));
223223
return GSON.fromJson(response, PayrollTransferBatchesResult.class);

0 commit comments

Comments
 (0)