关注微信公众之后发送回复地理位置信息,即可回复周边附近的酒店信息列表!
效果图:
并且附加上代码:
<?php
//将提交过来的信息接收
$signature = $_GET['signature'];
$timestamp = $_GET['timestamp'];
$nonce = $_GET['nonce'];
$echostr = $_GET['echostr'];
$token = "yanjiadong";
//判断接入网站
//进行字典排序
$arr = array($token,$timestam...