/**
  * 构造方法
  * 
  * @param secretKey
  */
 function NotifyQueryRequest($secretKey)
 {
     parent::RetXmlRequest($secretKey);
 }
 function DeliveryAddressQueryRequest($secretKey)
 {
     parent::RetXmlRequest($secretKey);
 }
 /**
  * 构造方法
  * 
  * @param secretKey
  */
 function OrderQueryRequest($secretKey)
 {
     parent::RetXmlRequest($secretKey);
 }