WeChat development api "This picture is from the WeChat public platform and cannot be quoted without permission" solution

After using the WeChat development API interface to take over, the material of the public account was obtained and the picture showed "This picture is from the WeChat public platform without permission and cannot be quoted"

question:
This picture is from the WeChat public platform and cannot be quoted without permission

Option 1 (recommended):

<head>add <meta name="referrer" content="never">tags inside html

<meta name="referrer" content="never">

The browser console can see that the head has been added.
insert image description here
While the mate appears normally, you can already see that the picture has been displayed normally!

Note: If it still cannot be displayed, force refresh or clear the cache.

Option II:

Enter the WeChat public account: WeChat public platform
Enter: Settings and development-> Official account settings-> Function settings-> Business domain name

Configure according to the prompt:
insert image description here

Guess you like

Origin blog.csdn.net/a0405221/article/details/128192652