|
@@ -71,8 +71,6 @@ class PurchaseController extends BaseController
|
|
|
$post['product'] = $productList;
|
|
$post['product'] = $productList;
|
|
|
$post['sendCost'] = isset($post['sendCost']) && is_numeric($post['sendCost']) ? $post['sendCost'] : 0;
|
|
$post['sendCost'] = isset($post['sendCost']) && is_numeric($post['sendCost']) ? $post['sendCost'] : 0;
|
|
|
|
|
|
|
|
- $post['sendTime'] = date("Y-m-d H:i:s");
|
|
|
|
|
-
|
|
|
|
|
$respond = PurchaseService::createPurchase($post, $ghsInfo);
|
|
$respond = PurchaseService::createPurchase($post, $ghsInfo);
|
|
|
$orderSn = $respond->orderSn ?? '';
|
|
$orderSn = $respond->orderSn ?? '';
|
|
|
$actPrice = $respond->actPrice ?? '';
|
|
$actPrice = $respond->actPrice ?? '';
|