GET api/Fengkong?year={year}&mouth={mouth}&total={total}&type={type}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| year | integer |
Required |
|
| mouth | integer |
Required |
|
| total | decimal number |
Required |
|
| type | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of decimal numberResponse Formats
application/json, text/json
Sample:
[ 1.1, 2.1 ]
application/xml, text/xml
Sample:
<ArrayOfdouble xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <double>1.1</double> <double>2.1</double> </ArrayOfdouble>