offu / WeRoBot

WeRoBot 是一个微信公众号开发框架

Home Page:https://werobot.readthedocs.io/zh_CN/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

服务器侧获得用户推送的经纬度

newguynewguy opened this issue · comments

流程
(1)用户在公众号内发送微信地理位置
(2)服务器侧收到信息处理
(3)向用户返回经纬度
@robot.location
def jwd(message):
print(type(message))
后面就不会写了,求帮助

Issue tracker 只用于反馈 bug 和 feature request。在提问前请仔细阅读我们的文档,并推荐阅读《提问的智慧》:https://github.com/ruby-china/How-To-Ask-Questions-The-Smart-Way/blob/master/README-zh_CN.md