feat(app): update

This commit is contained in:
Yangtao
2025-11-19 14:24:13 +08:00
parent 1eac66d7fd
commit 0c34585649
329 changed files with 10760 additions and 281 deletions

View File

@ -45,7 +45,7 @@ func _testConnect() (c *elastic.Client) {
func TestClientNew(t *testing.T) {
var client EsClient
client.Create("es_index_message", "003", map[string]interface{}{
client.Create("es_index_message", "003", map[string]any{
"id": "003",
"curTime": 1440570500855,
"f1": 1234,