GET api/WeChatPublic/GetTenPayResouce

后台 - ceshijiek

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

后台 - ceshijiek

TenPayResource
NameDescriptionTypeAdditional information
MchId

商户号 companyid

string

None.

PaySignKey

paysignkey

string

None.

AppCertPath

应用证书地址

string

None.

AppCertPassword

应用证书密码

string

None.

RefundNotifyUrl

退款回调地址

string

None.

IsOpen

是否开启

boolean

None.

IntOrder

显示顺序

integer

None.

IsSandbox

是否沙箱

boolean

None.

ApiToken

Api Token

string

None.

EncodingAESKey

消息加解密密钥

string

None.

EncodeType

加密方式

WechatAESEncodingType

None.

Appid

appid

string

None.

Secret

秘钥

string

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: 无法访问已关闭的流。

text/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: 无法访问已关闭的流。

application/xml, text/xml

Sample:
<TenPayResource xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.WebHelper.WxResource">
  <Appid>sample string 11</Appid>
  <Secret>sample string 12</Secret>
  <ApiToken>sample string 9</ApiToken>
  <AppCertPassword>sample string 4</AppCertPassword>
  <AppCertPath>sample string 3</AppCertPath>
  <EncodeType>NoEncryption</EncodeType>
  <EncodingAESKey>sample string 10</EncodingAESKey>
  <IntOrder>7</IntOrder>
  <IsOpen>true</IsOpen>
  <IsSandbox>true</IsSandbox>
  <MchId>sample string 1</MchId>
  <PaySignKey>sample string 2</PaySignKey>
  <RefundNotifyUrl>sample string 5</RefundNotifyUrl>
</TenPayResource>