{
"values": {},
"dataList": [
"string"
],
"selectedKeys": "string"
}
curl --location --request POST '/api/stock/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"values": {},
"dataList": [
"string"
],
"selectedKeys": "string"
}'
{
"errcode": "string",
"result": {
"masgid": "string"
}
}