解决了吗?
电脑微信好友头像无法显示[图片]无法显示好友头像[图片]
2021-04-02你们问题解决了吗?
下载了PC端最新版本微信,但是看不到好友头像和表情包我之前版本看不了表情包,以为是微信版本的问题,去官网下了最新版,结果发现连好友头像都看不了了,,,
2021-04-02请问你们的问题解决了吗?
pc端微信好友头像不显示[图片][图片] pc端微信 好友头像出不来 表情包也加载不出来 至于重装、清缓存、关代理、设置dns都试过了 然而并没有作用 求大神解救 不然逼死强迫症了
2021-04-02 /** * 发送post请求 * @param string $url 请求地址 * @param array $data_string post键值对数据,用json_encode格式 */ function http_post($url, $data_string) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_HTTPHEADER, array( 'X-AjaxPro-Method:ShowList', 'Content-Type: application/json; charset=utf-8', 'Content-Length: ' . strlen($data_string)) ); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, $data_string); $data = curl_exec($ch); curl_close($ch); return $data; } $url = 'http://api.weixin.qq.com/wxa/business/getliveinfo?access_token='.$token; $data=json_encode(array( "start"=>0, "limit"=>10 )); echo $result=http_post($url,$data); /*亲测可以*/
小程序获取直播间ID入参格式对吗?47001是因为入参格式?[图片]
2020-03-09