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

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

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

View File

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