相关疑难解决方法(0)

如果正文参数以'@'开头,则发出PowerShell POST请求

我想在PowerShell中发出POST请求.以下是邮递员的身体细节.

{
  "@type":"login",
  "username":"xxx@gmail.com",
  "password":"yyy"
}
Run Code Online (Sandbox Code Playgroud)

如何在PowerShell中传递此内容?

rest powershell powershell-5.0

36
推荐指数
3
解决办法
9万
查看次数

标签 统计

powershell ×1

powershell-5.0 ×1

rest ×1