Object AF 使用raw上传curl -X POST --header Content-Type applicationjson --header Accept -d appType string clientNum string email string encrypt true password string type string userName string ht
这是一个使用curl命令以raw数据格式上传对象的示例。该命令将向指定URL发送一个POST请求,请求的内容是一个JSON对象。
curl -X POST --header "Content-Type: application/json" --header "Accept: */*" -d "{
\"appType\": \"string\",
\"clientNum\": \"string\",
\"email\": \"string\",
\"encrypt\": true,
\"password\": \"string\",
\"type\": \"string\",
\"userName\": \"string\"
}" "http://www.limeione.cn/fate/api/account/user/emailLogin"
请注意,你需要将请求中的appType、clientNum、email、password、type和userName替换为实际的值。
原文地址: https://www.cveoy.top/t/topic/iiVo 著作权归作者所有。请勿转载和采集!