This commit is contained in:
xxj
2023-12-22 15:42:26 +08:00
parent f1aa07be12
commit 4cffde1f03

View File

@@ -64,6 +64,7 @@ func (_wx *wxTools) GetAccessToken() (accessToken string, err error) {
return "", err
}
mylog.Error(string(body))
//注入client ip
js, err := simplejson.NewJson(body)
if err == nil {