{'nonce': u'1314071', 'FromUserName': None, 'timestamp': u'1516779406', 'signature': u'076c8f6b95333fb7c77ffb4210a2c09af8247d92', 'ToUserName': None, 'Event': None, 'echostr': None, 'MsgType': None, 'SessionFrom': None, 'CreateTime': None}
微信给我返回内容
{'nonce': u'1314071', 'FromUserName': None, 'timestamp': u'1516779406', 'signature': u'076c8f6b95333fb7c77ffb4210a2c09af8247d92', 'ToUserName': None, 'Event': None, 'echostr': None, 'MsgType': None, 'SessionFrom': None, 'CreateTime': None}
微信给我返回内容
2 个回答
遇到同样的问题,POST收到的内容只有
{
"signature"
:
"63e7a60af601bf1017012a0543e374d7c77c29f8"
,
"timestamp"
:
"1517230125"
,
"nonce"
:
"51726828"
}
看了别的帖子说是JSON的bug,要用XML,我换XML后返回的信息为
{
"signature"
:
"ae12e7cb1a7885c6df2d272a7d10824aa15151e9"
,
"timestamp"
:
"1517279595"
,
"nonce"
:
"1441096155"
,
"openid"
:
"o2Djq0J1smS9y30zGSNltRoUPNcs"
}
就多了哥openid,MsgType, ToUserName等都没有。
我都收不到微信返回的东西