wx.request({
URL:?' test.php ', ? //백엔드 주소
데이터:? {
x: ?''' ? ,
y:?''
},
Title:? {
"Content type":'application/json '
Success:? function(res)? {
console.log(res.data)
}
}})기대해주세요!