# callTelList

弹出全局电话列表(暂未发现调用)

# 请求参数

Prop Type Required Default Description
-- Array N 电话数组
-tel String N 电话号码
-title String N 名称
-desc String N 描述

# 接口请求示例

/* param: [{
    tel: '10086',
    title: '客户服务',
    desc: '拨打热线电话:'
},{...}] */
nativeService.callTelList(params);

# 返回参数

# 接口返回示例

nativeService.callTelList(params);