最新回答 / 张辉2018
qs.stringify({ module: 'xfd_platform', props: '{"route":"/Scheme","shopId":"' + `${shopCode}","carId":"${carId}","salesPersonId":"${useriid}"}`}这个是一个什么结果?
2018-03-28
最赞回答 / 第五元素go
看你是什么环境,windows系统下的话,是需要下载Apache如Apache2.4,进入Apache/bin目录运行ab -n1000 -c1 http://localhost:2018/
2018-03-25
最赞回答 / 渡边的青豆
在你的 headers 里面有一个Upgrade-Insecure-Requests :1,可能是跟这个有关;试试把第 1 行改成 var http = require(‘https’);然后 options 里的 port 改成 443 ;再不行就百度一下 Upgrade-Insecure-Requests :1 这个是什么...
2018-03-01