{
"start": 0,
"limit": 0,
"groupId": "string",
"fartherCode": "string",
"type": "string"
}curl --location --request POST '/api/commonInfo/queryCodeValueList' \
--header 'Content-Type: application/json' \
--data-raw '{
"start": 0,
"limit": 0,
"groupId": "string",
"fartherCode": "string",
"type": "string"
}'{
"code": "string",
"message": "string",
"total": 0,
"timestamp": 0,
"data": [
{
"groupId": "string",
"code": "string",
"name": "string",
"fartherCode": "string",
"flag": "string"
}
],
"success": true
}