{
"signType": "string",
"nodeId": "string"
}
curl --location --request POST '/szCommonCheckSteam/signatureMethodSave.do' \
--header 'Cookie: JSESSIONID=598E4F80CC13CF23B6FB096103875F74' \
--header 'Content-Type: application/json' \
--data-raw '{
"signType": "string",
"nodeId": "string"
}'
{
"data": null,
"msg": "成功",
"code": 0,
"success": true
}