mirror of
https://gitee.com/technical-laohu/mpay_v2_webman.git
synced 2026-04-25 03:24:26 +08:00
更新
This commit is contained in:
@@ -25,7 +25,7 @@ class EpayController extends BaseController
|
|||||||
$data = match ($request->method()) {
|
$data = match ($request->method()) {
|
||||||
'GET' => $request->get(),
|
'GET' => $request->get(),
|
||||||
'POST' => $request->post(),
|
'POST' => $request->post(),
|
||||||
default => array_merge($request->get(), $request->post()),
|
default => $request->all(),
|
||||||
};
|
};
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user