Response when obtaining the total number of WeChat public account materials based on the third-party platform of WeChat: Access clientip is not registered requestip: 101.207.139.251 Rid: Investigation and analysis of 6018EE3E-537E89CC-65C6E6B9
1. Response when obtaining the total number of WeChat public account materials based on the WeChat third-party platform: Access clientip is not registered requestip: 211.159.147.118 Rid: 6018BCD1-0CAF88B5-36887CE4. Reference URL:https://developers.weixin.qq.com/doc/offiaccount/Asset_Management/Get_the_total_of_all_materials.html. as shown in Figure 1
{
"errcode": 61004,
"errmsg": "access clientip is not registered requestIP: 101.207.139.251 rid: 6018ee3e-537e89cc-65c6e6b9"
}
2. Get the IP address of the machine requesting the WeChat interface: 101.207.139.251. The whitelist IP address list is not found. as shown in Figure 2
3. Add the IP address to the whitelist IP address list: 101.207.139.251. as shown in Figure 3
4. Call the interface again:https://api.weixin.qq.com/cgi-bin/material/get_materialcount?access_token=ACCESS_TOKEN. The response was successful, and no error was reported. as shown in Figure 4
{
"voice_count": 0,
"video_count": 1,
"image_count": 885,
"news_count": 531
}



