微信接口的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.

11 lines
207 B

  1. package weixinrpc
  2. import (
  3. "testing"
  4. )
  5. func Test_GetAccessToken(t *testing.T) {
  6. ret, err := GetAccessToken("test", "100005", "wx303b0cec4a8d1bc1", "90ddb8da4bc4e96e600532dd24be8c7b")
  7. t.Log(ret, err)
  8. }