重复支付错误信息优化

This commit is contained in:
gaoqr
2026-06-15 18:12:56 +08:00
parent 836e0039aa
commit 1a245115e0
3 changed files with 17 additions and 3 deletions
@@ -10,5 +10,5 @@ import lombok.Data;
*/
@Data
public class ErrorData {
private String errorData;
private Object[] errorData;
}