|  |  |  | 
|---|
|  |  |  | package com.doumee.biz.zbom.impl; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import com.alibaba.fastjson.JSONObject; | 
|---|
|  |  |  | import com.baomidou.mybatisplus.core.conditions.update.UpdateWrapper; | 
|---|
|  |  |  | import com.doumee.biz.zbom.ZbomCRMService; | 
|---|
|  |  |  | import com.doumee.biz.zbom.ZbomSMSService; | 
|---|
|  |  |  | import com.doumee.biz.zbom.model.CrmCustomerInfoModel; | 
|---|
|  |  |  | import com.doumee.biz.zbom.model.CrmCustomerSubmmitModel; | 
|---|
|  |  |  | import com.doumee.core.utils.Constants; | 
|---|
|  |  |  | import com.doumee.core.utils.HttpsUtil; | 
|---|
|  |  |  | import com.doumee.dao.business.CrmInterfaceLogMapper; | 
|---|
|  |  |  | import com.doumee.dao.business.CustomerLogMapper; | 
|---|
|  |  |  | import com.doumee.dao.business.model.CrmInterfaceLog; | 
|---|
|  |  |  | import com.doumee.dao.business.model.CustomerLog; | 
|---|
|  |  |  | import org.apache.commons.codec.digest.DigestUtils; | 
|---|
|  |  |  | import org.apache.commons.lang3.StringUtils; | 
|---|
|  |  |  | import org.springframework.beans.factory.annotation.Autowired; | 
|---|
|  |  |  | 
|---|
|  |  |  | import java.net.HttpURLConnection; | 
|---|
|  |  |  | import java.net.URL; | 
|---|
|  |  |  | import java.net.URLEncoder; | 
|---|
|  |  |  | import java.util.ArrayList; | 
|---|
|  |  |  | import java.util.Date; | 
|---|
|  |  |  | import java.util.List; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 志邦CRM客户信息提交接口 | 
|---|
|  |  |  | * @author 江蹄蹄 | 
|---|
|  |  |  | * @date 2023/11/30 15:33 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | //@Service | 
|---|
|  |  |  | @Service | 
|---|
|  |  |  | public class ZbomSMSServiceImpl implements ZbomSMSService  { | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Autowired | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public static void main(String[] args) { | 
|---|
|  |  |  | ZbomSMSServiceImpl obj = new ZbomSMSServiceImpl(); | 
|---|
|  |  |  | obj.sendMessage("您的验证码是765412,此验证码用于重置密码。3分钟内有效。","15345690849"); | 
|---|
|  |  |  | obj.sendMessage("您的验证码是765412,此验证码用于重置密码。3分钟内有效。","18156091665"); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 志邦客户信息提交接口 | 
|---|