transfer
This commit is contained in:
parent
c3aec96741
commit
09f42cb836
@ -618,7 +618,7 @@ class EarningController extends Controller
|
|||||||
$data = [
|
$data = [
|
||||||
"trade_no" => $withdraw->trade_no,
|
"trade_no" => $withdraw->trade_no,
|
||||||
"openid" => $openid,
|
"openid" => $openid,
|
||||||
"amount" => (int) ($withdraw->actual_received * 100),
|
"amount" => (int) ($withdraw->real_value * 100),
|
||||||
"remark" => "用户提现",
|
"remark" => "用户提现",
|
||||||
];
|
];
|
||||||
Log::info($data);
|
Log::info($data);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user