weapp.go 206 Bytes
Newer Older
haoyanbin's avatar
1  
haoyanbin committed
1 2 3 4 5 6 7 8 9 10 11 12
package wx

const (
	// baseURL 微信请求基础URL
	baseURL = "https://api.weixin.qq.com"
)

// POST 参数
type requestParams map[string]interface{}

// URL 参数
type requestQueries map[string]string