2013-04-04 50 views

回答

0

我卷繞使用瀏覽器擴展名爲POSTMan配製具有所有必需的參數的POST請求時,如圖中BounceNotification類的文檔字符串:

 post_vars: a dict-like object containing bounce information. 
      This is typically the self.request.POST variable of a RequestHandler 
      object. The following keys are expected in the dict: 
      original-from 
      original-to 
      original-subject 
      original-text 
      notification-from 
      notification-to 
      notification-subject 
      notification-text 
      raw-message 

當我發送所有需要的POST的params,我確實看到我的退回處理程序收到請求並記錄相應的信息。