POST xuner/guide/shopguide/gethometodayresults
Gethometodayresults
请求信息
URI 参数
无。
Body 参数
hometodayresultsRequest| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| current |
取第几页的数据 |
integer |
无。 |
| code | string |
无。 |
|
| size |
每页多少条数据,默认10 |
integer |
无。 |
请求格式
application/json, text/json
样例:
{
"current": 1,
"code": "sample string 2",
"size": 3
}
响应信息
资源描述
Gethometodayresults
gGuideResponseOfhometodayresults| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| data | hometodayresults |
无。 |
|
| req | string |
无。 |
|
| msg | string |
无。 |
|
| code | integer |
无。 |
响应格式
application/json, text/json
样例:
{
"data": {
"fansNum": 1,
"verifyCouponNum": 2,
"salesMoney": 3,
"memberNum": 4
},
"req": "sample string 1",
"msg": "sample string 2",
"code": 3
}