{
"id": 0,
"code": "string",
"module": "string",
"group": "string",
"name": "string",
"isNeedAuth": 1,
"authType": 3,
"desc": "string",
"apis": [
{
"id": 0,
"accessCode": "string",
"route": "string",
"method": "string",
"name": "string",
"businessType": 1,
"recordLogMode": 3,
"desc": "string"
}
]
}curl --location --request POST '/api/v1/system/access/info/update' \
--header 'Ithings-Project-Id: {{Ithings-Project-Id}}' \
--header 'Ithings-Token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJVc2VySUQiOiIzMTQxNjQwMzYzODAwODAiLCJBcHBDb2RlIjoiY2xpZW50LWFwcC1hbmRyb2lkIiwiRGV2aWNlSUQiOiJDNTBCQzg1QjQwNzJFRTY2QTg2MjRFRDREREQ1MzhGNSIsImV4cCI6MTc2NTQyMzUwNSwiaWF0IjoxNzYyODMxNTA1LCJqdGkiOiIyMjM1YiJ9.Td9krN0FWOOetJ0jWFEiXsAeKJ1zIpD_33JukIAZwIk' \
--header 'app-code: {{appCode}}' \
--header 'device-id;' \
--header 'tenant-code: {{tenant-code}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"code": "string",
"module": "string",
"group": "string",
"name": "string",
"isNeedAuth": 1,
"authType": 3,
"desc": "string",
"apis": [
{
"id": 0,
"accessCode": "string",
"route": "string",
"method": "string",
"name": "string",
"businessType": 1,
"recordLogMode": 3,
"desc": "string"
}
]
}'{
"code": "200",
"msg": "string"
}