站点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.

8 lines
137 B

  1. package siterpc
  2. import "testing"
  3. func Test_getcode(t *testing.T){
  4. res,err := GetOneCode("1058278","shop_v2")
  5. t.Log(res)
  6. t.Log(err)
  7. }