feat: 修改了PayController中的alipay_notify方法
This commit is contained in:
parent
3808cfd401
commit
4f4c881deb
@ -85,8 +85,6 @@ class PayController extends BaseApiController
|
||||
*/
|
||||
public function alipay_notify()
|
||||
{
|
||||
$app = new PayService();
|
||||
$result = $app->alipay->callback(Request()->post());
|
||||
$app = new PayService();
|
||||
$result = $app->alipay->callback(Request()->post());
|
||||
if ($result) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user