that.udpSocket = wx.createUDPSocket();
that.udpSocket.bind(6666);
that.udpSocket.send({
address: '234.255.255.1',
port: 3779,
message: 'hello, how are you'
})
基础库 2.10.2
框架类型 | 问题类型 | API/组件名称 | 终端类型 | 微信版本 | 基础库版本 |
---|---|---|---|---|---|
小程序 | Bug | UDPSocket.send(Object object) | 微信安卓客户端 | 7.0.11 | 基础库 2.10.2 |
1 个回答
请具体描述问题出现的流程,并提供能复现问题的简单代码片段https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html
用出现问题的手机扫码提供下截图