''
liukangdong
2024-08-02 2bd2684d71fdfed5ff1ff1ea821d01f245c2623f
server/service/src/main/java/com/doumee/biz/zbom/ZbomCRMService.java
@@ -20,10 +20,11 @@
@Service
public interface ZbomCRMService {
    int dealCustomerLogData(CustomerLog customerLog);
    void dealCustomerLogData(CustomerLog customerLog);
    String zbomEncode(String str);
    String getCrmGoUrl(String userName);
    String getCrmGoUrl(String userName,Integer type);
    CRMBaseResponse<List<CRMCustomerListResponse>> getCustomerList(CrmCustomerListRequest entity );
    CRMBaseResponse<List<CRMDaogouBindListResponse>> getDaogouBindList(CrmDaogouBindListRequest entity );
}