How to add token to WeChat Mini Programs request

getMenuInfo () {

wx.request({
  url: "https://appdb.hsltm.com/wxapi-web/indexPageDiaryCategory",
  data: {},
  method: "get",
  header: {
    "content-type": "application/json"
  },
  success: function (res) {
    if (res.data == 0) {
        console.log(res)
    }
  }
})

},


can be written in header as a field


header: {

    'content-type': methods == 'GET' ? 'application/json' : 'application/x-www-form-urlencoded',
    'Authorization': 'xxxx'
  },
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-7bd95e-15f6a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-7bd95e-15f6a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?