1. 程式人生 > >微信回撥除錯方法

微信回撥除錯方法

public function receiveNotify()
    {
         //通知頻率為15/15/30/180/1800/1800
        //1.檢查庫存量。
        //2.更新訂單status
        //減庫存
        //如果成功處理,我們返回微信成功處理的資訊,否則,返回失敗資訊

//        $xmlData = file_get_contents('php://input');
//        Log::error($xmlData);
        $notify = new WxNotify();
        $notify->handle();
//        $xmlData = file_get_contents('php://input');
// $result = curl_post_raw('http:/zerg.cn/api/v1/pay/re_notify?XDEBUG_SESSION_START=13133', // $xmlData); // return $result; // Log::error($xmlData); }