main
yanzai 1 year ago
parent e8df67dcd0
commit cc59eb387d

Binary file not shown.

@ -6,7 +6,7 @@ use App\Services\LogService;
use Closure;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\DB;
use Illuminate\Support\Facades\Log;
class XmlLog
{
/**
@ -22,11 +22,11 @@ class XmlLog
$routers=[
"接收申请单"=>'/api/v1/T/CreateEntrustRecordXml',
];
Log::info($request->getContent());
$insertid=0;
$data=[
'mark'=>array_search($request->getPathInfo(), $routers),
'ip'=>Log::getTrustedProxiesIp(),
'ip'=>"",
'request_header'=>$request->header(),
'post_data'=>$request->getContent(),
'get_data'=>[],

Binary file not shown.
Loading…
Cancel
Save