feat: 增强环境配置与开发服务,支持局域网访问及币种管理
This commit is contained in:
@@ -22,6 +22,7 @@ final class AdminSettlementBatchShowController extends Controller
|
||||
'id' => (int) $batch->id,
|
||||
'draw_id' => (int) $batch->draw_id,
|
||||
'draw_no' => $batch->draw?->draw_no,
|
||||
'currency_code' => $financial['currency_code'],
|
||||
'draw_status' => $batch->draw?->status,
|
||||
'result_batch_id' => (int) $batch->result_batch_id,
|
||||
'result_batch_version' => $batch->resultBatch?->result_version,
|
||||
|
||||
Reference in New Issue
Block a user