文档
测试

获取每日的数据明细(店铺和负责人)

POST
http://localhost:80/api/getMonthDayDataByChannelAndCnName

接口描述

根据年月份、渠道和负责人来获取该月每日的GMV和Net

请求参数示例

{ "YearMonth":"2020-01", "Channel": "天猫", "CnName":"汪嘉怡" }

请求参数

参数名
类型
描述
必填
YearMonth
String
年月份
必填
Channel
String
渠道
必填
CnName
String
负责人
必填

响应参数示例

[ { "MonthDay":"2020-01-01", "GMV": 491958, "Net": 242158, "CompletionRate": "12%" }, { "MonthDay":"2020-01-02", "GMV": 352850.5, "Net": 185322, "CompletionRate": "11%" } ]

响应参数

参数名
类型
描述
必填
MonthDay
String
统计日期
必填
GMV
double
GMV
必填
Net
double
Net
必填
CompletionRate
String
转化率
必填

说明 / 示例

![image.png](https://cos.easydoc.net/95363348/files/kki0c0vi.png)