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