GET api/YoungReporterV770/YoungReporterInfo
小记者详情
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ZaiMieApp.WebApi.ViewModel.ResultDataMsgOfZaiMieApp.WebApi.ViewModel.Young.ReporterView| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| code | integer |
None. |
|
| data | ZaiMieApp.WebApi.ViewModel.Young.ReporterView |
None. |
|
| addcoin | integer |
None. |
|
| message | string |
None. |
|
| page | integer |
None. |
|
| allPage | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"code": 2,
"data": {
"Id": 1,
"reporterNO": "sample string 2",
"realName": "sample string 3",
"phone": "sample string 4",
"school": "sample string 5",
"grade": 6,
"className": "sample string 7",
"sex": 8,
"avatar": "sample string 9",
"score": 10,
"joinActivityCount": 11,
"yearScore": 12,
"myArticleCount": 13,
"myCertificate": 14,
"ThisMonthScore": 15,
"reporterType": 16,
"reporterExpireDate": "sample string 17"
},
"addcoin": 3,
"message": "sample string 4",
"page": 5,
"allPage": 6
}
application/xml, text/xml
Sample:
<ResultDataMsgOfReporterViewdXg43Bzy xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZaiMieApp.WebApi.ViewModel">
<addcoin>3</addcoin>
<allPage>6</allPage>
<code>2</code>
<data xmlns:d2p1="http://schemas.datacontract.org/2004/07/ZaiMieApp.WebApi.ViewModel.Young">
<d2p1:Id>1</d2p1:Id>
<d2p1:ThisMonthScore>15</d2p1:ThisMonthScore>
<d2p1:avatar>sample string 9</d2p1:avatar>
<d2p1:className>sample string 7</d2p1:className>
<d2p1:grade>6</d2p1:grade>
<d2p1:joinActivityCount>11</d2p1:joinActivityCount>
<d2p1:myArticleCount>13</d2p1:myArticleCount>
<d2p1:myCertificate>14</d2p1:myCertificate>
<d2p1:phone>sample string 4</d2p1:phone>
<d2p1:realName>sample string 3</d2p1:realName>
<d2p1:reporterExpireDate>sample string 17</d2p1:reporterExpireDate>
<d2p1:reporterNO>sample string 2</d2p1:reporterNO>
<d2p1:reporterType>16</d2p1:reporterType>
<d2p1:school>sample string 5</d2p1:school>
<d2p1:score>10</d2p1:score>
<d2p1:sex>8</d2p1:sex>
<d2p1:yearScore>12</d2p1:yearScore>
</data>
<message>sample string 4</message>
<page>5</page>
<success>true</success>
</ResultDataMsgOfReporterViewdXg43Bzy>