概述
                                        
                                        该接口用于获取企业账户下所有工作手机上的SCRM销售跟进日志。
                                        
                                        
                                       
                                    
                                        请求URL
                                        http://api-hub.mobilegate.net/getSalesWorkLog
                                        
                                        请求方式
                                        POST
                                        
                                        请求参数
                                        
                                          
                                                
                                                  
                                                  
                                                
                                                
                                                  
                                                    | 参数名 | 备注 | 
                                                
                                                
                                                  
                                                    | enterpriseId | 企业账号ID(详见管理控制台->开发信息) | 
                                                  
                                                    | queryIndicator | 代表员工微信账号 | 
                                                  
                                                    | begindate | 查询起始日 格式 2020-06-01 00:00:00.000 | 
                                                  
                                                    | enddate | 查询结束日 格式 2020-06-01 00:00:00.000 | 
                                                  
                                                    | requestToken | 签名(详见  参数签名) | 
                                                 
                                                
                                              
                                      
                                    
                                      返回结果
                                       
                                                
                                                  
                                                  
                                                
                                                
                                                  
                                                    | 参数名 | 备注 | 
                                                
                                                
                                                  
                                                    | salesWxid | 员工微信账号 | 
                                                  
                                                    | customerWxid | 好友(客户微信账号) | 
                                                  
                                                    | workLogContent | 销售跟进日志 | 
                                                  
                                                    | postDate | 日志发布时间 | 
                                                 
                                                 
                                                
                                              
                                             
                                      返回格式
                                      JSON
                                      返回示例
                                      
                                      
                                      {"Result":[{"salesWxid":"wxid_456454eikoa888sd","customerWxid":"wxid_15aa21521adf2223a","workLogContent":"客户具有初步意向,待二次回访。","postDate":"2020-06-25 18:15:25.000"}]}
                                      
                                       异常返回
                                       无数据返回
                                       {"Result": "0"}
                                       输入参数错误
                                       {"Result": "-1"}
                                       参数含有非法字符
                                       {"Result": "-2"}
                                         enterpriseID未提供
                                       {"Result": "-3"}
                                         begindate或enddate时间格式错误
                                       {"Result": "-4"}
                                          enddate需晚于begindate
                                       {"Result": "-5"}
                                       enddate与begindate的查询时差不能超过30天
                                       {"Result": "-6"}
                                          参数签名错误
                                       {"Result": "-99"}