problem description
there is no response in the background
the environmental background of the problems and what methods you have tried
related codes
/ / Please paste the code text below (do not replace the code with pictures)
wx.request ({
url: getApp().globalData.url + "/upUserInfo",
data: {
userType: this.data.identity,
babyName: this.data.babyName,
avatarUrl: this.data.avatarUrl,
birthday: this.data.birthday,
gender: this.data.gender,
educationStage: this.data.educationStage
},
header: {
Authorization: getApp().globalData.token
},
success: function (res) {
if (res.data.code == 100) {
console.log(res)
}
}
})
what result do you expect? What is the error message actually seen?