1 Star 0 Fork 10

陈海龙 / AvenirMQ

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
test.js 683 Bytes
一键复制 编辑 原始数据 按行查看 历史
吉法师 提交于 2021-01-18 18:52 . AvenirMQ操作库调试
//本程序维护一些测试代码
var request = require('request');
var options = {
'method': 'POST',
'url': 'http://localhost:3000/wxmem/mop/store/list?sign=da82423d210a4ad1aab33eddb3a62135ab325d97936609f90ebe1146f59642e0',
'headers': {
'x-user-id': '469727abfffb469caba291c95b6b0398',
'x-customer-id': '1-LIE1BH9',
'Content-Type': 'application/json'
},
body: JSON.stringify({"pageNo":1,"pageSize":20,"currentLongitude":"","currentLatitude":"","longitude":"121.472644","latitude":"31.231706","diameter":50000,"nonce":0.0872254245751789})
};
request(options, function (error, response) {
if (error) throw new Error(error);
console.log(response.body);
});
NodeJS
1
https://gitee.com/mzsl_chenhailong/AvenirMQ.git
git@gitee.com:mzsl_chenhailong/AvenirMQ.git
mzsl_chenhailong
AvenirMQ
AvenirMQ
master

搜索帮助