info("WXPAY_NOTIFY", $request->all()); } public function alipay(Request $request) { Log::channel('pay')->info("ALIPAY_NOTIFY", $request->all()); } }