增加中信请求沃支付http方法,请求头增加参数
"ClientId", "com.unicom.hq.bid" "OperationCode", "com.unicom.fcp.uapService.registeredMembers.process"
This commit is contained in:
@ -35,11 +35,11 @@ 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