# startSendServer 开始发送服务

# Attributes

属性 类型 必要 默认值 说明
param Object N -

# 调用示例

window.bridge.startSendServer({}, res => {
    console.log(res)
}, err => {
    console.log(err)
})

# callback

属性 类型 必要 默认值 说明

# 接口返回示例

{}