GET api/Student/GetPayList?year={year}&month={month}
“GetPayList”的文档。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| year | “year”的文档。 |
Define this parameter in the request URI. |
| month | “month”的文档。 |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"code": 1,
"success": true,
"msg": "sample string 3",
"msgDev": "sample string 4",
"data": {}
}
application/xml, text/xml
Sample:
<MessageModelOfArrayOfKeyValueOfstringanyTypeuHEDJ7Dj xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TQAPI.Controllers.TQSystem"> <code>1</code> <data xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" /> <msg>sample string 3</msg> <msgDev>sample string 4</msgDev> <success>true</success> </MessageModelOfArrayOfKeyValueOfstringanyTypeuHEDJ7Dj>