用户接口远程调用
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
178 B

  1. package userrpc
  2. import (
  3. "testing"
  4. )
  5. func Test_GetUserThird(t *testing.T) {
  6. org, err := GetUserThird("1", "shop_v2", "miniapp", "2", "id,openid")
  7. t.Log(org)
  8. t.Log(err)
  9. }