GET api/LiveBroadcostTip/GetVideoTipByVideoId?videoId={videoId}

获取某个视频的打赏记录

Request Information

URI Parameters

NameDescriptionTypeAdditional information
videoId

integer

Required

Body Parameters

None.

Response Information

Resource Description

获取某个视频的打赏记录

Collection of LiveBroadcostTipAdminListItemDto
NameDescriptionTypeAdditional information
Id

打赏记录标识

integer

None.

VideoId

短视频标识

integer

None.

VideoTitle

短视频标题

string

None.

TipUserId

打赏用户标识

integer

None.

TipUserName

打赏用户名

string

None.

TipUserHeadPic

打赏用户头像

string

None.

TipppedUserId

被打赏用户标识(暂时不用)

integer

None.

TippedUserName

被打赏用户名称

string

None.

TipMessage

打赏附言

string

None.

PayWay

支付方式

NewPayTypeMore

None.

PayChannelType

支付渠道类型

PayChannelType

None.

TipAmountDescription

打赏金额描述

string

None.

PayMoneyF

支付金额(分)

integer

None.

TipTime

打赏时间

date

None.

PayStatus

是否支付

boolean

None.

PayOrder

订单号

string

None.

CoverFilePath

视频封面

string

None.

PayOrderId

支付订单编号

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:
<ArrayOfLiveBroadcostTipAdminListItemDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.LiveBroadcost.Service.Dto.LiveBroadcostTip">
  <LiveBroadcostTipAdminListItemDto>
    <CoverFilePath>sample string 15</CoverFilePath>
    <Id>1</Id>
    <PayChannelType>All</PayChannelType>
    <PayMoneyF>11</PayMoneyF>
    <PayOrder>sample string 14</PayOrder>
    <PayOrderId>1</PayOrderId>
    <PayStatus>true</PayStatus>
    <PayWay>Cash_WechatPay</PayWay>
    <TipAmountDescription>sample string 10</TipAmountDescription>
    <TipMessage>sample string 9</TipMessage>
    <TipTime>2024-05-09T21:35:45.9756745+08:00</TipTime>
    <TipUserHeadPic>sample string 6</TipUserHeadPic>
    <TipUserId>4</TipUserId>
    <TipUserName>sample string 5</TipUserName>
    <TippedUserName>sample string 8</TippedUserName>
    <TipppedUserId>7</TipppedUserId>
    <VideoId>2</VideoId>
    <VideoTitle>sample string 3</VideoTitle>
  </LiveBroadcostTipAdminListItemDto>
  <LiveBroadcostTipAdminListItemDto>
    <CoverFilePath>sample string 15</CoverFilePath>
    <Id>1</Id>
    <PayChannelType>All</PayChannelType>
    <PayMoneyF>11</PayMoneyF>
    <PayOrder>sample string 14</PayOrder>
    <PayOrderId>1</PayOrderId>
    <PayStatus>true</PayStatus>
    <PayWay>Cash_WechatPay</PayWay>
    <TipAmountDescription>sample string 10</TipAmountDescription>
    <TipMessage>sample string 9</TipMessage>
    <TipTime>2024-05-09T21:35:45.9756745+08:00</TipTime>
    <TipUserHeadPic>sample string 6</TipUserHeadPic>
    <TipUserId>4</TipUserId>
    <TipUserName>sample string 5</TipUserName>
    <TippedUserName>sample string 8</TippedUserName>
    <TipppedUserId>7</TipppedUserId>
    <VideoId>2</VideoId>
    <VideoTitle>sample string 3</VideoTitle>
  </LiveBroadcostTipAdminListItemDto>
</ArrayOfLiveBroadcostTipAdminListItemDto>