时间:2019-05-05 来源:小程序工厂
江***:
填写自己的合法url 支持https的,然后调用自己的url,自己的url再去请求http://wthrcdn.etouch.cn/weather_mini?city=城市名,中转一下就可以了。
沈***:
具体怎么操作,,有案例吗?。。。有点小白。。。我有一个空的域名。。https://779643127.lovesking.xyz
image的bindLoad事件只触发一次--微信小程序教程
江***:
比如https://779643127.lovesking.xyz/weather.php
这个文件就
$city = isset($_POST['city']) ? $_POST['city'] : '北京';//参数自己设置吧 post,get自己定,和微信小程序对应就行
$c = file_get_contents('http://wthrcdn.etouch.cn/weather_mini?city=城市名');
echo $c;
你的微信小程序把要查询的城市post到https://779643127.lovesking.xyz/weather.php就可以啊
微信小程序后台填写的域名就是https://779643127.lovesking.xyz
沈***:
感谢大神。。。我试试
至***:
请问你解决没有这个问题,我也是遇见了这个问题
微信小程序退出问题,微信小程序开发教程