POST spsapi/DMSMap/GetMonthTurnover
月度交易额
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
DMSMapPageResultOfMonthTurnoverDto| Name | Description | Type | Additional information |
|---|---|---|---|
| rows | Collection of MonthTurnoverDto |
None. |
|
| total | integer |
None. |
|
| errcode |
错误编码 100:error 401:鉴权失败;200:成功;500:内部错误; |
ErrCode |
None. |
| message |
消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"rows": [
{
"cat_name": "sample string 1",
"order_num": 2.0,
"order_amount": 3.0
},
{
"cat_name": "sample string 1",
"order_num": 2.0,
"order_amount": 3.0
}
],
"total": 1,
"errcode": 2,
"message": "sample string 2"
}
application/xml, text/xml
Sample:
<DMSMapPageResultOfMonthTurnoverDtoLzP_Stur8 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WXProgramApi.Models.DMSMapModels">
<errcode>Error</errcode>
<message>sample string 2</message>
<rows>
<MonthTurnoverDto>
<cat_name>sample string 1</cat_name>
<order_amount>3</order_amount>
<order_num>2</order_num>
</MonthTurnoverDto>
<MonthTurnoverDto>
<cat_name>sample string 1</cat_name>
<order_amount>3</order_amount>
<order_num>2</order_num>
</MonthTurnoverDto>
</rows>
<total>1</total>
</DMSMapPageResultOfMonthTurnoverDtoLzP_Stur8>