diff --git a/platformapi/weixinapi/sns.go b/platformapi/weixinapi/sns.go index 3d0081de..05dfb7a6 100644 --- a/platformapi/weixinapi/sns.go +++ b/platformapi/weixinapi/sns.go @@ -148,7 +148,7 @@ func (a *API) SNSGetUserPhone(jsCode string) (string, error) { } result, err := a.AccessAPI(url, map[string]interface{}{ "js_code": jsCode, - }, "") + }, "1") if err != nil { return "", err }