GET api/InfoPayConfig/GetInfoBizPayConfig

获取信息商家支付配置

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

获取信息商家支付配置

Collection of mh163k_live_bizPayConfig
NameDescriptionTypeAdditional information
Id

配置标识

integer

None.

PayType

商家支付类型

InfoBizPayType

None.

GiftDays

赠送置顶天数

integer

None.

MomentLimitByMonth

每月可发布商家动态

integer

None.

IsSuggested

是否自动成为精选商家

boolean

None.

PriceFen

价格(分)

integer

None.

CreditNum

积分数

integer

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:
<ArrayOfmh163k_live_bizPayConfig xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Info.Service.Model">
  <mh163k_live_bizPayConfig>
    <CreditNum>6</CreditNum>
    <GiftDays>2</GiftDays>
    <Id>1</Id>
    <IsSuggested>true</IsSuggested>
    <MomentLimitByMonth>3</MomentLimitByMonth>
    <PayType>OneYear</PayType>
    <PriceFen>5</PriceFen>
  </mh163k_live_bizPayConfig>
  <mh163k_live_bizPayConfig>
    <CreditNum>6</CreditNum>
    <GiftDays>2</GiftDays>
    <Id>1</Id>
    <IsSuggested>true</IsSuggested>
    <MomentLimitByMonth>3</MomentLimitByMonth>
    <PayType>OneYear</PayType>
    <PriceFen>5</PriceFen>
  </mh163k_live_bizPayConfig>
</ArrayOfmh163k_live_bizPayConfig>