蛋蛋星球 后台端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

13 rivejä
305 B

  1. package svc
  2. import (
  3. "code.fnuoos.com/go_rely_warehouse/zyos_go_es.git/es"
  4. "testing"
  5. )
  6. func TestEggEnergyUserEggScoreAutoCreateEsIndex(t *testing.T) {
  7. es.Init("http://120.55.48.175:9200", "elastic", "fnuo123")
  8. EggEnergyUserEggScoreAutoCreateEsIndex()
  9. //fmt.Printf("esIndex ==> %+v \n\n", index)
  10. }