美文网首页
构造post请求

构造post请求

作者: Leoguo小哥 | 来源:发表于2020-12-11 15:11 被阅读0次

curl -X POST --header 'Content-Type: application/json' --header 'Accept: application/json' --header 'TOKEN: OTyenu4XW-729ZmB681Q9y' -d '{ \

    "price": "2500", \

    "amount": "1", \

    "account-id": 111112188, \

    "source": "spot-web", \

    "type": "buy-limit", \

    "symbol": "htusdt" \

}' 'http://www.baidu.com:80/v1/order/orders/place'

相关文章

网友评论

      本文标题:构造post请求

      本文链接:https://www.haomeiwen.com/subject/ixvjgktx.html