推送消息
curl -X POST \
-H "X-LC-Id: 3S9gVBGnoAseH0zs24910lRD-gzGzoHsz" \
-H "X-LC-Key: f7lM0hfhfcRAsWDn54YAKyy4" \
-H "Content-Type: application/json" \
-d '{
"alert_type":1,
"alert":"aaa",
"data": {
"action": "com.avos.UPDATE_STATUS",
"name": "LeanCloud."
}
}' \
https://leancloud.cn/1.1/push

但是进到广播里,intent有,getExtras 为null 为什么啊