|
|
@@ -85,6 +85,7 @@ class PurchaseController extends BaseController
|
|
|
$post['product'] = $productList;
|
|
|
$packCost = 0;
|
|
|
$post['packCost'] = $packCost;
|
|
|
+ $post['sendCost'] = isset($post['sendCost']) && $post['sendCost'] > 0 ? $post['sendCost'] : 0;
|
|
|
$respond = PurchaseService::createPurchase($post, $ghsInfo);
|
|
|
|
|
|
if ($payMode == 0) {
|