{ "About内容": "string" }
curl --location --request PUT 'http://127.0.0.1:8090/admin/about' \ --header 'Content-Type: application/json' \ --data-raw '{ "About内容": "string" }'
{ "flag": false, "code": 0, "message": "", "data": null }