This commit is contained in:
邹宗楠
2022-08-11 18:48:39 +08:00
parent 4e22a89730
commit 3d7f18b857

View File

@@ -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
}