GET api/InfoPayConfig/GetInfoPayConfig

获取后台全部信息支付配置

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

获取后台全部信息支付配置

InfoPayConfigDto
NameDescriptionTypeAdditional information
PriceUnit

价格单位

FinOrderPayType

None.

PublishGeneralInfo

发布一般信息费用/条

decimal number

None.

CarLookForPersonInfo

车找人发布费用/条

decimal number

None.

PersonLookForCarInfo

人找车发布费用/条

decimal number

None.

DailyCarLookForPersonInfo

天天发车发布费用/条

decimal number

None.

InfoManualRefresh

手动刷新信息/次

decimal number

None.

PayDetails

信息支付明细项目配置

Collection of InfoJiFenDetailDto

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<InfoPayConfigDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Info.Service.Dto.InfoPayConfig">
  <CarLookForPersonInfo>2</CarLookForPersonInfo>
  <DailyCarLookForPersonInfo>4</DailyCarLookForPersonInfo>
  <InfoManualRefresh>5</InfoManualRefresh>
  <PayDetails>
    <InfoJiFenDetailDto>
      <Id>1</Id>
      <InfoBizType>Refresh</InfoBizType>
      <Money>3</Money>
      <Style>2</Style>
    </InfoJiFenDetailDto>
    <InfoJiFenDetailDto>
      <Id>1</Id>
      <InfoBizType>Refresh</InfoBizType>
      <Money>3</Money>
      <Style>2</Style>
    </InfoJiFenDetailDto>
  </PayDetails>
  <PersonLookForCarInfo>3</PersonLookForCarInfo>
  <PriceUnit>ByCredit</PriceUnit>
  <PublishGeneralInfo>1</PublishGeneralInfo>
</InfoPayConfigDto>