feat(app): update
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user