Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想组合一个 POST-API 请求。我该怎么做?我使用邮递员。
这是一个例子:我想创建Tag-Flags两个新标签。
Tag-Flags
{"name": "test"} {"name": "test2"}
问题
你可以这样尝试:
[{"name": "test"} , {"name": "test2"}]
https://www.json.org/json-en.html