Property | Type | Description | |
---|---|---|---|
HttpContext | |||
Parameters |
Method | Description | |
---|---|---|
DoShow ( string show_url ) : void |
显示处理结果。 @param show_url 显示处
|
|
GetDebugInfo ( ) : string |
获取debug信息
|
|
GetKey ( ) : string |
获取密钥
|
|
GetParameter ( string parameter ) : string |
获取参数值
|
|
IsTenpaySign ( ) : Boolean |
是否财付通签名,规则是:按参数名称a-z排序,遇到空值的参数不参加签名 @return boolean
|
|
IsTenpaySign ( |
是否财付通签名,规则是:按参数名称a-z排序,遇到空值的参数不参加签名 @return boolean
|
|
RefundResponseHandler ( |
获取服务器通知数据方式,进行参数获取
|
|
SetKey ( string key ) : void |
设置密钥
|
|
SetParameter ( string parameter, string parameterValue ) : void |
设置参数值
|
Method | Description | |
---|---|---|
SetDebugInfo ( string debugInfo ) : void |
设置debug信息
|
|
getCharset ( ) : string |
public GetParameter ( string parameter ) : string | ||
parameter | string | |
return | string |
public IsTenpaySign ( |
||
aKeys | ||
return | Boolean |
public RefundResponseHandler ( |
||
httpContext | ||
return | System |
protected SetDebugInfo ( string debugInfo ) : void | ||
debugInfo | string | |
return | void |
public SetParameter ( string parameter, string parameterValue ) : void | ||
parameter | string | |
parameterValue | string | |
return | void |
protected HttpContext,System.Web HttpContext | ||
return |