zhongrj
2023-04-24 fcde0fb994a5bb0ec887de756b9220b5c9b69536
skjcmanager/skjcmanager-service/skjcmanager-sm/src/main/java/cn/gistack/sm/intelligentCall/service/impl/CallServiceImpl.java
@@ -2,13 +2,12 @@
import cn.gistack.sm.intelligentCall.constant.CallConstant;
import cn.gistack.sm.intelligentCall.service.CallService;
import cn.gistack.sm.intelligentCall.vo.CallBackDetailVO;
import com.alibaba.fastjson.JSONArray;
import com.alibaba.fastjson.JSONObject;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang3.RandomUtils;
import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpEntity;
import org.springframework.http.HttpHeaders;
import org.springframework.http.HttpStatus;
@@ -22,10 +21,11 @@
import java.util.List;
import java.util.Map;
@Service
@Slf4j
@Service
public class CallServiceImpl implements CallService {
   @Resource
   @Autowired
   private RestTemplate restTemplate;
//   @Value("${dial.task.url}")