@@ -49,9 +49,9 @@ public class AtsQueryPayResultV3Request extends AbstractAtsRequest<AtsQueryPayRe | |||
private String privateKey;// 你的商户私钥 apiclient_key.pem | |||
@NotBlank | |||
private String serialNo;// 商户证书序列号 | |||
@NotBlank | |||
// @NotBlank | |||
private String publicKey;//商户公钥 | |||
@NotBlank | |||
// @NotBlank | |||
private String publicKeyId;//商户公钥ID | |||
private String subMchid;//子商户号 |
@@ -43,9 +43,9 @@ public class AtsQueryRefundV3Request extends AbstractAtsRequest<AtsQueryRefundV3 | |||
private String privateKey;// 你的商户私钥 apiclient_key.pem | |||
@NotBlank | |||
private String serialNo;// 商户证书序列号 | |||
@NotBlank | |||
// @NotBlank | |||
private String publicKey;//商户公钥 | |||
@NotBlank | |||
// @NotBlank | |||
private String publicKeyId;//商户公钥ID | |||
private String subMchid;//子商户号 |
@@ -58,9 +58,9 @@ public class AtsRefundV3Request extends AbstractAtsRequest<AtsRefundV3Response> | |||
private String privateKey;// 你的商户私钥 apiclient_key.pem | |||
@NotBlank | |||
private String serialNo;// 商户证书序列号 | |||
@NotBlank | |||
// @NotBlank | |||
private String publicKey;//商户公钥 | |||
@NotBlank | |||
// @NotBlank | |||
private String publicKeyId;//商户公钥ID | |||
private String subMchid;//子商户号 |