|
|
@@ -69,9 +69,9 @@ class ClearClass extends BaseClass
|
|
|
$data['customName'] = $customName;
|
|
|
$data['customAvatar'] = $customAvatar;
|
|
|
$data['customMobile'] = $customMobile;
|
|
|
-
|
|
|
- $data['actPrice'] = $totalPrice;
|
|
|
$data['prePrice'] = $totalPrice;
|
|
|
+ $data['actPrice'] = $totalPrice;
|
|
|
+ $data['realPrice'] = $totalPrice;
|
|
|
$data['orderSn'] = $orderSn;
|
|
|
$data['purchaseIds'] = implode(',', $arr);
|
|
|
$deadTime = time() + 120;
|