站点RPC方法
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 lines
131 B

  1. package siterpc
  2. import (
  3. "testing"
  4. )
  5. func Test_GetAllSite(t *testing.T) {
  6. res, err := GetAllSite()
  7. t.Log(res)
  8. t.Log(err)
  9. }