Authorization: Bearer ********************
{
"ccieId": "27",
"ccieName": "测试证书11",
"ccieImg": "https://pictured-bed.oss-cn-beijing.aliyuncs.com/img/2022/3/202204031557845.jpg",
"ccciGetTime": "2022-04-04 16:25:10",
"ccieThink": "思考,学习!"
}
curl --location --request PUT 'http://localhost:8999/api/own/ccie' \
--header 'Content-Type: application/json' \
--data-raw '{
"ccieId": "27",
"ccieName": "测试证书11",
"ccieImg": "https://pictured-bed.oss-cn-beijing.aliyuncs.com/img/2022/3/202204031557845.jpg",
"ccciGetTime": "2022-04-04 16:25:10",
"ccieThink": "思考,学习!"
}'
{}