Commit f36736f2 by xiaoer.li

fix

parent deff5416
......@@ -16,7 +16,7 @@ import lombok.NoArgsConstructor;
@Data
@NoArgsConstructor
public class SvcComPayResponseDto {
private Integer code;
private String code;
private String message;
private Result result;
@Data
......
......@@ -16,7 +16,7 @@ import lombok.NoArgsConstructor;
@Data
@NoArgsConstructor
public class SvcComPayResponseDto {
private Integer code;
private String code;
private String message;
private Result result;
@Data
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment