{
"tables": [
{
"tableName": "im_group",
"tableComment": "群聊",
"createTime": "2024-10-23 10:53:03",
"updateTime": "2024-11-01 18:21:54",
"_X_ROW_KEY": "row_236"
}
]
}curl --location --request POST '/tool/gen/tablesave' \
--header 'Authorization: Bearer {{Authorization}}' \
--header 'Clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'TenantId: 000000' \
--header 'Content-Type: application/json' \
--data-raw '{
"tables": [
{
"tableName": "im_group",
"tableComment": "群聊",
"createTime": "2024-10-23 10:53:03",
"updateTime": "2024-11-01 18:21:54",
"_X_ROW_KEY": "row_236"
}
]
}'{
"code":0,
"data":null,
"message":"成功",
"status":200
}