jiangping
2024-09-27 04b4bddaac0a222760113899568d20b45af701f4
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,String iamId);
    CRMBaseResponse<List<CRMCustomerListResponse>> getCustomerList(CrmCustomerListRequest entity );
    CRMBaseResponse<List<CRMDaogouBindListResponse>> getDaogouBindList(CrmDaogouBindListRequest entity );
}