{
"resultcode": "string",
"result": {},
"message": "string",
"data": {
"data": {
"notify_type": "string",
"notify_config": {},
"notify_config(email)": {
"to": "string",
"from": "string",
"stmphost": "string",
"stmpport": 0,
"auth_username": "string",
"auth_password": "string"
},
"notify_config(wechat)": {
"message_type": "string",
"agent_id": "string",
"corp_id": "string",
"api_secret": "string",
"api_url": "string",
"message": "string",
"to_user": "string",
"to_party": "string",
"to_tag": "string"
},
"notify_config(webhook)": {
"url": "string"
}
},
"code": 0,
"status": 0,
"msg": "string"
}
}