これが私の質問です。
これは私の文字列です:
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=
クエリ文字列にバグがありますか、それとも間違っていますか?