TP5微信小程序支付异步回调NULL

浏览:3368 发布日期:2018/04/13 分类:求助交流 关键字: 小程序 微信支付
小程序支付成功后回调返回1   public function  wxnotify()
    {

        $xml = file_get_contents("php://input");
        $data =  \WxPayResults::Init($xml);
    }
打印$xml和$data返回都是1
最佳答案
评论( 相关
后面还有条评论,点击查看>>