Change-Id: I7c63e87480da96389f28eb8f193c34cb2361b317
This commit is contained in:
vguanyiwgd 2024-06-25 16:33:50 +08:00
parent 9aa1173b27
commit 549a37105a
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ if($act == 'perform_task'){
continue; continue;
} }
$orderId = $data[0]; $orderId = $data[1];
// $price = round($data[8],2) ; //金额应该是算上退款后的结果 // $price = round($data[8],2) ; //金额应该是算上退款后的结果
// $price = round($data[12],2) ; //金额应该是算上退款后的结果 // $price = round($data[12],2) ; //金额应该是算上退款后的结果
$price = round(doubleval($data[12])*100)/100;//金额应该是算上退款后的结果 $price = round(doubleval($data[12])*100)/100;//金额应该是算上退款后的结果