这是我的问题,
这是我的字符串:
var body = {
message: "Hello",
properties: [
{ text: 'Link Test 1', href: 'http://hei.it'},
{ text: 'Link Test 2', href: 'http://hei.it/rai1'},
],
actions: [
{ name: 'Shawn', link: 'http://hu.com'}
]
};
如果我使用
querystring.stringify(body);
我回来
message=Hello&properties=&properties=&actions=
查询字符串被窃听还是我错了?