1. 配置代理多写了斜杠。
  2. qs.stringify(params)是把一个参数对象格式化为一个字符串,而qs.stringify()将对象 序列化成URL的形式,以&进行拼接。
  3. 参数不能包一层花括号,用了{}这个参数都是为空
  4. 在electron框架下的cue.config.js文件下,注释掉app.use(bodyParser.json());和 app.use(bodyParser.urlencoded({ extended: false}));大概在79和81行。app.use(bodyParser.json()) 基本上告诉系统你想要使用json.bodyParser.urlencoded({extended: ...}) 基本上告诉系统你是否想要使用简单的算法进行浅层解析(即错误)或者使用复杂算法进行深度解析,以便处理嵌套对象(即true).
     // app.use(bodyParser.json());
     // create application/x-www-form-urlencoded parser
     // app.use(bodyParser.urlencoded({ extended: false}));

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐