1
curl -i https://thisIsValidUrl \
-X PUT \
-H "Content-Type: application/json" \
-u YOUR-SITE-ID-HERE:YOUR-SECRET-API-KEY-HERE \
-d '{"email":"[email protected]","created_at":1361205308,"first_name":"Bob","plan":"basic"}'
,我需要用彈簧restTemplate發佈的請求,但我無法找到如何使用-u
這並不追求提供了一個答案離子。要批評或要求作者澄清,請在其帖子下方留言。 - [來自評論](/ review/low-quality-posts/17331459) – horcrux