{
"auditid": 0,
"createTime": "2019-08-24T14:15:22Z",
"examineResult": "string",
"examineTime": "2019-08-24T14:15:22Z",
"id": 0,
"reason": "string",
"templateId": 0,
"tenantId": 0,
"userName": "string",
"userVersion": "string",
"wxAppTenantId": 0
}
curl --location --request POST 'http://127.0.0.1:8585/wxAppTenantExamineRecord/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"auditid": 0,
"createTime": "2019-08-24T14:15:22Z",
"examineResult": "string",
"examineTime": "2019-08-24T14:15:22Z",
"id": 0,
"reason": "string",
"templateId": 0,
"tenantId": 0,
"userName": "string",
"userVersion": "string",
"wxAppTenantId": 0
}'
{
"code": 0,
"data": {},
"msg": "string"
}