Commit 1c6fee54 authored by nanahira's avatar nanahira

fix

parent 27dbc285
......@@ -48,7 +48,7 @@ app.plugin(adapterPlugin, {
encodingAESKey: 'encodingAESKey', // 加密密钥,在应用消息接收设置中设置并填入
});
app.on('wecom/LOCATION', (session) => {
app.on('wecom/location', (session) => {
console.log(
`Got location for ${session.userId}: ${session.wecom.Longitude} ${session.wecom.Latitude}`,
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment