【发布时间】:2016-05-29 16:24:09
【问题描述】:
我尝试执行下一个 CURL。
如何在 POSTMAN 中添加参数 -d
curl https://core.spreedly.com/v1/gateways.json \
-u 'Ll6fAtoVSTyVMlJEmtpoJV8S:RKOCG5D8D3fZxDSg504D0IxU2XD4Io5VXmyzdCtTivHFTTSy' \
-H 'Content-Type: application/json' \
-d '{
"gateway": {
"gateway_type": "test"
}
}'
【问题讨论】: