增加中信请求沃支付http方法,请求头增加参数
"ClientId", "com.unicom.hq.bid" "OperationCode", "com.unicom.fcp.uapService.registeredMembers.process"
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