lll
liukangdong
2024-08-07 138db89b3193d60850e203e1847e2f91d2b00ebc
server/service/src/main/java/com/doumee/biz/zbom/ZbomCRMService.java
@@ -20,9 +20,9 @@
@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 );