>  기사  >  백엔드 개발  >  使用thenbsp/wechat微信支付后无法执行notify_url的问题

使用thenbsp/wechat微信支付后无法执行notify_url的问题

WBOY
WBOY원래의
2016-06-06 20:07:401337검색

环境:
laravel 4.2
thenbsp/wechat 1.*
php

我想在web页面上实现微信支付,如下:

options = { ...,

<code>    notify_url: URL::to('payment'),
    }
    </code>

生成支付二维码和扫码支付都成功,没问题。

但是: 不能执行到notify_url里?

URL::to('payment')是这样定义的:
Route::get('payment','..Controller@payment'); (不知道是应该用get还是post ??)
方法内容:

<code>$request =  new NotifyRequest();
...
...
内容没有改变,直接使用example中的代码。

</code>

这个地址可以直接打开,内容如下(不确定是否正确):

This XML file does not appear to have any style information associated with it. The document tree is shown below.
FAIL
Invalid Request

请大神们多多指点啊,郁闷好几天了都,谢谢!!

回复内容:

环境:
laravel 4.2
thenbsp/wechat 1.*
php

我想在web页面上实现微信支付,如下:

options = { ...,

<code>    notify_url: URL::to('payment'),
    }
    </code>

生成支付二维码和扫码支付都成功,没问题。

但是: 不能执行到notify_url里?

URL::to('payment')是这样定义的:
Route::get('payment','..Controller@payment'); (不知道是应该用get还是post ??)
方法内容:

<code>$request =  new NotifyRequest();
...
...
内容没有改变,直接使用example中的代码。

</code>

这个地址可以直接打开,内容如下(不确定是否正确):

This XML file does not appear to have any style information associated with it. The document tree is shown below.
FAIL
Invalid Request

请大神们多多指点啊,郁闷好几天了都,谢谢!!

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.