小程序
小游戏
企业微信
微信支付
扫描小程序码分享
1.会员卡适用门店只显示一个门店的信息,其余的都不显示,
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
就根据文档传入的这两个值。
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
您好,请提供一下相关日志信息或您请求的参数。
const GET_POI_UID = 'https://api.weixin.qq.com/wxa/search_map_poi?';public function searchMapPoi($data){ if (!$this->access_token && !$this->checkAuth()) return false; $result = $this->http_post(self::GET_POI_UID.'access_token='.$this->access_token,self::json_encode($data)); if ($result) { $json = json_decode($result,true); if (!$json || !empty($json['errcode'])) { $this->errCode = $json['errcode']; $this->errMsg = $json['errmsg']; return false; } return $json; } return false;}//调用public function searchAction(){ $row = array(); $row['districtid'] = '440305'; $row['keyword'] ='吉野家'; //if(!$row['districtid'] || !$row['keyword']){ return $this->fail('参数丢失'); } //在腾讯地图中搜索门店 $res = weixin::getCurWechat()->searchMapPoi($row); return $res;}
你好在吗帮忙看下。
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
您好,请提供一下相关日志信息或您请求的参数。
你好在吗帮忙看下。