public void toBundle(Bundle bundle) {
   super.toBundle(bundle);
   bundle.putAll(er.toBundle(message));
   bundle.putInt("_wxapi_sendmessagetowx_req_scene", scene);
 }