对话来源统计

请求URL
GET /apiv2/kchat/stats/sourcestats.json
Query参数
NameRequiredTypeComment
startdate传递格式:2017-7-10
enddate传递格式:2017-7-11
返回示例
{
    "stats": {
        "source_table": [
            {
                "chatNum": 51, // 对话数                
                "messageNum": 254, // 消息数                
                "type": "chat"// 网页            
                },
            ...        
        ],
        "source_overview": {
            "chatNum": 116, // 对话数            
            "messageNum": 469// 消息数        
            }
    }
}
                        type类型说明:
                        chat	网页来源
                        mobile	App
                        weixin	微信
                        weibo	微博
                        sdk	    Sdk