diff --git a/app/api/controller/PayController.php b/app/api/controller/PayController.php index faa2dfd20..6a587c2e5 100644 --- a/app/api/controller/PayController.php +++ b/app/api/controller/PayController.php @@ -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) {