本人確認が正常に完了しました
{{ $debugInfo['error'] }}
ユーザーID: {{ $debugInfo['user']->user_id ?? 'N/A' }}
ユーザー連番: {{ $debugInfo['user']->user_seq ?? 'N/A' }}
氏名: {{ $debugInfo['user']->user_name ?? 'N/A' }}
フリガナ: {{ $debugInfo['user']->user_phonetic ?? 'N/A' }}
居住住所: {{ ($debugInfo['user']->user_regident_pre ?? '') . ($debugInfo['user']->user_regident_city ?? '') . ($debugInfo['user']->user_regident_add ?? '') }}
関連住所: {{ ($debugInfo['user']->user_relate_pre ?? '') . ($debugInfo['user']->user_relate_city ?? '') . ($debugInfo['user']->user_relate_add ?? '') }}
本人確認書類: {{ $debugInfo['user']->user_idcard ?? 'N/A' }}
本人確認フラグ: {{ $debugInfo['user']->user_idcard_chk_flag ?? 'N/A' }}
確認日時: {{ $debugInfo['user']->user_chk_day ?? 'N/A' }}
確認オペレータID: {{ $debugInfo['user']->user_chk_opeid ?? 'N/A' }}
写真ファイル1: {{ $debugInfo['user']->photo_filename1 ?? 'N/A' }}
写真ファイル2: {{ $debugInfo['user']->photo_filename2 ?? 'N/A' }}
駐輪場ID: {{ $debugInfo['park']->park_id }}
駐輪場名: {{ $debugInfo['park']->park_name }}
住所: {{ $debugInfo['park']->park_adrs }}
二点間距離設定: {{ $debugInfo['park']->distance_between_two_points ?? 'N/A' }}m
緯度: {{ $debugInfo['park']->park_latitude ?? 'N/A' }}
経度: {{ $debugInfo['park']->park_longitude ?? 'N/A' }}
契約ID: {{ $contractId }}
ユーザー連番: {{ $debugInfo['contract']->user_id }}
駐輪場ID: {{ $debugInfo['contract']->park_id }}
800mフラグ: {{ $debugInfo['contract']->{'800m_flag'} ?? 'N/A' }}
作成日時: {{ $debugInfo['contract']->created_at ?? 'N/A' }}
更新日時: {{ $debugInfo['contract']->updated_at ?? 'N/A' }}
バッチ名: {{ $debugInfo['batch_log']->process_name }}
ステータス: {{ $debugInfo['batch_log']->status }}
開始時刻: {{ $debugInfo['batch_log']->start_time }}
終了時刻: {{ $debugInfo['batch_log']->end_time }}
処理件数: {{ $debugInfo['batch_log']->execution_count ?? 0 }}
成功件数: {{ $debugInfo['batch_log']->success_count ?? 0 }}
エラー件数: {{ $debugInfo['batch_log']->error_count ?? 0 }}
メッセージ: {{ $debugInfo['batch_log']->message }}
{{ $debugInfo['detailed_logs'] }}
【距離計算結果】
起点住所: {{ $debugInfo['distance_start_address'] ?? (($debugInfo['user']->user_regident_pre ?? '') . ($debugInfo['user']->user_regident_city ?? '') . ($debugInfo['user']->user_regident_add ?? '')) }}
終点住所: {{ $debugInfo['park']->park_adrs ?? ($debugInfo['distance_end_address'] ?? 'N/A') }}
計算距離: {{ $debugInfo['calculated_distance'] ?? 'N/A' }}m @if(isset($debugInfo['distance_text']))({{ $debugInfo['distance_text'] }})@endif
距離制限: {{ $debugInfo['distance_limit'] ?? config('shj1.distance.default_limit_meters') }}m
判定結果: {{ isset($debugInfo['distance_passed']) ? ($debugInfo['distance_passed'] ? '✅ 制限内' : '❌ 制限超過') : 'N/A' }}
【API呼び出し状況】
API応答: {{ $debugInfo['maps_api_status'] ?? 'ログから確認してください' }}
エラー詳細: {{ $debugInfo['maps_api_error'] ?? 'なし' }}