Merge branch 'uat_保证金天擎调用' into 'uat_code'

增加中信请求沃支付http方法,请求头增加参数

See merge request eshop/biz_service_ebtp_extend!100
This commit is contained in:
张芹彬
2022-06-30 16:55:44 +08:00

View File

@ -34,12 +34,12 @@ public class CrypBean {
/**
* 中信支付使用ClientId
*/
@ApiModelProperty(value = "ClientId")
@ApiModelProperty(value = "clientId")
public String clientId;
/**
* 中信支付使用OperationCode
*/
@ApiModelProperty(value = "OperationCode")
@ApiModelProperty(value = "operationCode")
public String operationCode;
}