[]Laya.loader.load无法加载微信头像的链接

Laya.loader.load无法加载微信头像的链接
已邀请:

qian

赞同来自:

看看是不是跨域https://ask.layabox.com/question/2270
 
 
 

wwyybb1

赞同来自:

解决方法:最好还是用自己的服务器中转。写个php就可以了。
<?php
header('content-type: image/png'); 
//如果是与游戏地址域名相同可不加 header("Access-Control-Allow-Origin: *") 
echo file_get_contents($_GET["url"]);
?>
然后使用的时候  自己的域名/xxx.php?url=微信头像地址 就可以读出来了。
 

要回复问题请先

商务合作
商务合作