You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.
@bigfa
获取歌单失败,请确认用户id是否正确
wordpress版本:5.4.1
lnmp环境 -php7.2.24
function/nmjson.php/netease_http方法
curl请求url结果乱码,导致json_decode结果为NULL,
解决:netease_http方法curl_setopt($ch, CURLOPT_HTTPHEADER, $header);行后加入curl_setopt($ch, CURLOPT_ACCEPT_ENCODING, "gzip,deflate");
乱码解决~~
方案参考:https://blog.csdn.net/default7/article/details/81297681
The text was updated successfully, but these errors were encountered: