Merge branch 'uat_保证金天擎调用' into 'uat_code'
增加中信请求沃支付http方法,请求头增加参数 See merge request eshop/biz_service_ebtp_extend!100
This commit is contained in:
@ -34,12 +34,12 @@ public class CrypBean {
|
|||||||
/**
|
/**
|
||||||
* 中信支付使用ClientId
|
* 中信支付使用ClientId
|
||||||
*/
|
*/
|
||||||
@ApiModelProperty(value = "ClientId")
|
@ApiModelProperty(value = "clientId")
|
||||||
public String clientId;
|
public String clientId;
|
||||||
/**
|
/**
|
||||||
* 中信支付使用OperationCode
|
* 中信支付使用OperationCode
|
||||||
*/
|
*/
|
||||||
@ApiModelProperty(value = "OperationCode")
|
@ApiModelProperty(value = "operationCode")
|
||||||
public String operationCode;
|
public String operationCode;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user