Commit 6317cef4 authored by tianbo's avatar tianbo

修改cti 拼写错误

parent c6810225
......@@ -176,11 +176,11 @@ public class CtiServiceImpl implements ICtiService {
}
@Override
public JSONArray getCallInfo(String serviceconnectionid) {
public JSONArray getCallInfo(String serviceConnectionId) {
String token = this.getAccessToken();
String url = ctiUrl + "/onOpenAuth/cti/openApi/queryservicelist1";
JSONObject params = new JSONObject();
params.put("serviceconnectionid",serviceconnectionid);
params.put("serviceconnectionid",serviceConnectionId);
Map<String,String> header = new HashMap<>();
header.put("accessToken",token);
String responseStr = HttpUtils.doPostWithHeader(url,params.toJSONString(),header);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment