获取用户临时头像链接 上传服务器 error: getaddrinfo ENOTFOUND tmp?
接口正常的 , 上传其他图片全都正常 发送POST请求 wx.request({ url: 'https://kaifa.beilakei.top/save-avatar', method: 'POST', data: requestData, header: { 'content-type': 'application/json' // 设置请求头为JSON格式 }, success: function (res) { console.log('请求成功', res.data); // 处理服务器响应 }, fail: function (err) { console.error('请求失败', err); // 处理请求失败情况 } });