GET api/ArticleIncome/AdminGetArticleIncomeByArticleId?articleid={articleid}
后台--获取文章收支明细
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| articleid |
文章/单页id |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
后台--获取文章收支明细
ArticleIncomeSumDto| Name | Description | Type | Additional information |
|---|---|---|---|
| NewId | integer |
None. |
|
| JiFenSum |
金币总和 |
integer |
None. |
| BalanceSum |
支付币总和 |
integer |
None. |
| articleIncomeDtos |
支付细节 |
Collection of ArticleIncomeDto |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<ArticleIncomeSumDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Article.Service.Dto.ArticleIncome">
<BalanceSum>3</BalanceSum>
<JiFenSum>2</JiFenSum>
<NewId>1</NewId>
<articleIncomeDtos>
<ArticleIncomeDto>
<CreateTime>2025-12-15T19:49:38.623038+08:00</CreateTime>
<Id>1</Id>
<NewsId>2</NewsId>
<PayTotal>3</PayTotal>
<PayType>JiFen</PayType>
<PayUserId>4</PayUserId>
<PayUserName>sample string 5</PayUserName>
</ArticleIncomeDto>
<ArticleIncomeDto>
<CreateTime>2025-12-15T19:49:38.623038+08:00</CreateTime>
<Id>1</Id>
<NewsId>2</NewsId>
<PayTotal>3</PayTotal>
<PayType>JiFen</PayType>
<PayUserId>4</PayUserId>
<PayUserName>sample string 5</PayUserName>
</ArticleIncomeDto>
</articleIncomeDtos>
</ArticleIncomeSumDto>