diff --git a/app/Endpoint/Callback/Http/Controllers/WeChatPayController.php b/app/Endpoint/Callback/Http/Controllers/WeChatPayController.php index 5e3c4e71..a632a606 100644 --- a/app/Endpoint/Callback/Http/Controllers/WeChatPayController.php +++ b/app/Endpoint/Callback/Http/Controllers/WeChatPayController.php @@ -16,8 +16,7 @@ class WeChatPayController extends Controller /** * 直接结果通知 * - * @param \App\Services\WeChatPayService $request - * @param \App\Services\WeChatPayService $request + * @param \App\Services\WeChatPayService $weChatPayService * @return \Illuminate\Http\Response */ public function paidNotify(WeChatPayService $weChatPayService)