蛋蛋星球 后台端
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.

svc_egg_energy_test.go 476 B

123456789101112131415161718
  1. package egg_energy
  2. import (
  3. md "applet/app/md/institutional_management/egg_energy"
  4. "code.fnuoos.com/go_rely_warehouse/zyos_go_es.git/es"
  5. "fmt"
  6. "testing"
  7. )
  8. func TestStatisticsUserEggEcpmRange(t *testing.T) {
  9. es.Init("http://120.55.48.175:9200", "elastic", "fnuo123")
  10. var tempResp md.StatisticsEggPointResp
  11. var err error
  12. tempResp.StatisticsUserEggEcpmRange, err = StatisticsUserEggEcpmRange("egg_energy_user_egg_score_202451")
  13. if err != nil {
  14. fmt.Println(err)
  15. }
  16. }