|
@@ -104,6 +104,7 @@ class JuliangAccountReportChargeService
|
|
'order_price' => $this->order->price,
|
|
'order_price' => $this->order->price,
|
|
'order_created_at' => $this->order->created_at,
|
|
'order_created_at' => $this->order->created_at,
|
|
'user_ranse_ip' => $this->trackRecord->ranse_ip ?? '',
|
|
'user_ranse_ip' => $this->trackRecord->ranse_ip ?? '',
|
|
|
|
+ 'miniprogram_id' => $this->promotion->miniprogram_id,
|
|
]);
|
|
]);
|
|
} else {
|
|
} else {
|
|
DB::table('callback_report_charge_record')
|
|
DB::table('callback_report_charge_record')
|
|
@@ -127,6 +128,7 @@ class JuliangAccountReportChargeService
|
|
'order_price' => $this->order->price,
|
|
'order_price' => $this->order->price,
|
|
'order_created_at' => $this->order->created_at,
|
|
'order_created_at' => $this->order->created_at,
|
|
'user_ranse_ip' => $this->trackRecord->ranse_ip ?? '',
|
|
'user_ranse_ip' => $this->trackRecord->ranse_ip ?? '',
|
|
|
|
+ 'miniprogram_id' => $this->promotion->miniprogram_id,
|
|
]);
|
|
]);
|
|
}
|
|
}
|
|
|
|
|