curl --location --request POST 'api/SysSetup/SaveTxMsgSet?msgid&formKey' \
--header 'Content-Type: application/json' \
--data-raw '{
"zdCorrSet": [
{
"wxzdtitle": "微信模板字段名称",
"wxzdname": "微信模板字段值",
"jzzdtitle": "金智字段名称",
"jzzdname": "金智字段"
}
]
}'
{
"errcode": 0,
"errmsg": "string",
"result": {
"wildCardArr": [
{
"label": "string",
"value": "string"
}
],
"wxMbArr": [
{
"label": "string",
"value": "string",
"children": [
{
"label": "string",
"value": "string"
}
]
}
],
"zdCorrSet": [
{
"wxzdtitle": "string",
"wxzdname": "string",
"jzzdtitle": "string",
"jzzdname": "string"
}
]
}
}