feat: 修改了PayController中的alipay_notify方法

This commit is contained in:
mkm 2024-06-04 15:04:30 +08:00
parent 3808cfd401
commit 4f4c881deb

View File

@ -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) {