@Override
 protected void onPreExecute() {
   super.onPreExecute();
   if (mListener != null) {
     mListener.onPreExecuteNoticeApi();
   }
 }