為什么我的是這樣呢?跟API文檔一樣的呀
MsgType是event, Event是location_select 從菜單里發(fā)送地理位置
老師說的MsgType是location的情況應(yīng)該是用戶直接點(diǎn)加號(hào)發(fā)送的地理位置吧?
文檔可能是對(duì)的
MsgType是event, Event是location_select 從菜單里發(fā)送地理位置
老師說的MsgType是location的情況應(yīng)該是用戶直接點(diǎn)加號(hào)發(fā)送的地理位置吧?
文檔可能是對(duì)的
2015-05-30
舉報(bào)
2015-05-31
網(wǎng)友說地理位置的?MsgType反饋回來的不是event,所以MsgType為event情況下是獲取不到位置等信息的
2015-06-03
{MsgId=6156013162851347757, FromUserName=oJQIqt0NqWOBq539hlVQj43nBdsk, CreateTime=1433308507, Label=楊浦區(qū)五角場金儲(chǔ)廣場2號(hào)樓東北, Scale=16, Location_X=31.298008, ToUserName=gh_63a52022c281, Location_Y=121.520981, MsgType=location}
{FromUserName=oJQIqt0NqWOBq539hlVQj43nBdsk, EventKey=32, Event=location_select, CreateTime=1433308506, SendLocationInfo=
, ToUserName=gh_63a52022c281, MsgType=event}
類型? 1: location
類型? 1: event
跳到事件推送
跳到了 location
類型 : 2event
這是打印出來的,然后調(diào)試的時(shí)候,msgType是event,eventType是location_select。
問題好像返回兩次,一次msgType 為location,一次msgType為event
2015-05-30
MsgType為event的情況下,獲取不到位置等信息
2015-05-30
再次debug的時(shí)候 也是通過button發(fā)送的
詭異的現(xiàn)象。。。