payment新增字段
This commit is contained in:
@@ -60,6 +60,12 @@ public class Payment implements Serializable {
|
|||||||
@ApiModelProperty(value = "证书文件 (KEY)")
|
@ApiModelProperty(value = "证书文件 (KEY)")
|
||||||
private String apiclientKey;
|
private String apiclientKey;
|
||||||
|
|
||||||
|
@ApiModelProperty(value = "公钥文件 (KEY)")
|
||||||
|
private String pubKey;
|
||||||
|
|
||||||
|
@ApiModelProperty(value = "公钥ID")
|
||||||
|
private String pubKeyId;
|
||||||
|
|
||||||
@ApiModelProperty(value = "商户证书序列号")
|
@ApiModelProperty(value = "商户证书序列号")
|
||||||
private String merchantSerialNumber;
|
private String merchantSerialNumber;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user