that.socketUDP = wx.createUDPSocket()
that.socketUDP.bind()
that.socketUDP.send({
address: 'xxx.xxx.1.255',
port: 8888,
setBroadcast: true,
message: this.SSIDlen + '' + this.getSSID + '' + this.PWlen + '' + this.wifiPW + '' + this.devTokenlen + '' + this.devToken
})
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。