Api 贝宝网钩集成

Api 贝宝网钩集成,api,paypal-sandbox,paypal-rest-sdk,Api,Paypal Sandbox,Paypal Rest Sdk,我正在使用Paypal的网络钩子,但在发送模拟钩子后,它会在whoooole时间触发钩子。大约每5分钟: public function paypalhooked(){ $input = @file_get_contents("php://input"); $event_json = json_decode($input, TRUE); AppController::mailsend($event_json, 'admin_paypalwebhook', 'Subj

我正在使用Paypal的网络钩子,但在发送模拟钩子后,它会在whoooole时间触发钩子。大约每5分钟:

public function paypalhooked(){


    $input = @file_get_contents("php://input");
    $event_json = json_decode($input, TRUE);

    AppController::mailsend($event_json, 'admin_paypalwebhook', 'Subject', 'info@xxxxx',0 , '');

}
怎么办