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

package weixinrpc
import (
"testing"
)
func Test_GetAccessToken(t *testing.T) {
ret, err := GetAccessToken("test", "100005", "wx303b0cec4a8d1bc1", "90ddb8da4bc4e96e600532dd24be8c7b")
t.Log(ret, err)
}