POST api/Expert/ExpertRecharge

充值 必填参数【UserId,Token,RechargeMoney】

Request Information

URI Parameters

None.

Body Parameters

ExpertRechargeParameter
NameDescriptionTypeAdditional information
RechargeMoney

充值金额

decimal number

None.

RechargeNo

充值编号

string

None.

WxOpenid

微信Openid

string

None.

WxCode

微信WxCode

string

None.

NewUrl

微信跳转页面

string

None.

IsWxMWEBPay

是否微信H5支付 0-否 1-是

integer

None.

UserId

专家Id

string

None.

Token

登录验证

string

None.

Request Formats

application/json, text/json

Sample:
{
  "RechargeMoney": 1.0,
  "RechargeNo": "sample string 2",
  "WxOpenid": "sample string 3",
  "WxCode": "sample string 4",
  "NewUrl": "sample string 5",
  "IsWxMWEBPay": 6,
  "UserId": "sample string 7",
  "Token": "sample string 8"
}

application/xml, text/xml

Sample:
<ExpertRechargeParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeiXin.WebAPI.Models.ExpertModels">
  <Token>sample string 8</Token>
  <UserId>sample string 7</UserId>
  <IsWxMWEBPay>6</IsWxMWEBPay>
  <NewUrl>sample string 5</NewUrl>
  <RechargeMoney>1</RechargeMoney>
  <RechargeNo>sample string 2</RechargeNo>
  <WxCode>sample string 4</WxCode>
  <WxOpenid>sample string 3</WxOpenid>
</ExpertRechargeParameter>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ExpertRechargeParameter'.

Response Information

Resource Description

充值 必填参数【UserId,Token,RechargeMoney】

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.