收藏
回答

购买服务市场调用逆地址解析后如何调用?

没用过服务市场的接口,刚买了个逆地址解析,还不知道怎么使用

回答关注问题邀请回答
收藏

2 个回答

  • 附近滴人
    附近滴人
    06-07

    已经解决了。这个蛮实用的,以前用位置服务申请Key,客服说需要付5万,只要使用其中的逆地址也要付5万,费用实在太高了。单独买这个才300起,蛮实用的。赞

        wx.getLocation({

             type: 'gcj02',

               success(res) {

                   console.log('获取结果'+res.latitude)

                       // 调用逆地址接口

                        wx.serviceMarket.invokeService({

                          service: ' ',

                          api: 'rgeoc',

                          data: {

                            "location": res.latitude+","+res.longitude,

                            "get_poi": 1

                          },

                        }).then(res => {

                          console.log('invokeService success', res)

                        }).catch(err => {

                          console.error('invokeService fail', err)

                        })

            

               }

           })


    06-07
    有用
    回复 3
    • Petrichor
      Petrichor
      07-29
      通过这个购买的,可以商用嘛,还需再付5万一年的商用费嘛
      07-29
      回复
    • momo
      momo
      08-05回复Petrichor
      同问,看文档还支持移动端,是不是也可以放在服务端调用?
      08-05
      回复
    • 神经蛙
      神经蛙
      10-29
      不是说5万吗?300怎么可能?就算是300一日能调用多少次?
      10-29
      回复
  • 拾忆
    拾忆
    06-07

    建议参考下面两个文档:

    https://fuwu.weixin.qq.com/service/detail/00046c6eed0df09552990112551815

    https://developers.weixin.qq.com/doc/oplatform/service_market/buyer_guideline/API/introduction.html

    06-07
    有用
    回复 2
    • Petrichor
      Petrichor
      07-29
      通过这个购买的,可以商用嘛
      07-29
      回复
    • 拾忆
      拾忆
      07-29回复Petrichor
      这个你需要去咨询一下腾讯地图的客服。
      07-29
      回复
登录 后发表内容