修复代码审查问题:更新作者信息和异常消息
Co-authored-by: binarywang <1343140+binarywang@users.noreply.github.com>
This commit is contained in:
@@ -20,7 +20,7 @@ import java.util.List;
|
||||
* 请求方式:POST
|
||||
* </pre>
|
||||
*
|
||||
* @author Generated by GitHub Copilot
|
||||
* @author binarywang
|
||||
* created on 2026/01/19
|
||||
*/
|
||||
@Data
|
||||
|
||||
@@ -16,7 +16,7 @@ import java.io.Serializable;
|
||||
* 请求方式:POST
|
||||
* </pre>
|
||||
*
|
||||
* @author Generated by GitHub Copilot
|
||||
* @author binarywang
|
||||
* created on 2026/01/19
|
||||
*/
|
||||
@Data
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user