在学微信小程序的request请求的时候,一开始报“不在以下合法域名列表中,请参考文”的错误,后来又莫名其妙的报“400 Bad Request”错误,经过半天的研究,终于搞定了,把遇到的错误给大家分享一下: 首先,你需要登录微信小程序平台,在“设置”->“开发者设置”->“request合法域名”里配置相应的域名,只配置域名就可以了,不用配置到具体的路径,如:"https://www.baidu.com",而不需要配置到"https://www.baidu.co
onLoad: function () { var that = this console.log('https://free-api.heweather.com/s6/weather?location=' + curCity + '&key=fd29112697d54606bd9499e54b05cf1d',) wx.request({ url: 'https://free-api.heweather.com/s6/weather?location='+curCity+'&key=fd2
using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Net.Http; using System.Web.Http; namespace TestWebAPI.Controllers { public class ValuesController : ApiController { // GET api/values public IEnumerable