curl --location --request GET 'http://www.likeadmin.localhost/adminapi/setting.system.system/info' \
--header 'token: {{token}}'{
"code": 1,
"show": 0,
"msg": "",
"data": {
"server": [
{
"param": "服务器操作系统",
"value": "Linux"
},
{
"param": "web服务器环境",
"value": "nginx/1.17.0"
},
{
"param": "PHP版本",
"value": "8.0.6"
}
],
"env": [
{
"option": "PHP版本",
"require": "8.0版本以上",
"status": 1,
"remark": ""
}
],
"auth": [
{
"dir": "/runtime",
"require": "runtime目录可写",
"status": 1,
"remark": ""
}
]
}
}