|
|
@@ -727,7 +727,7 @@ class OrderController extends BaseController
|
|
|
$post['sjId'] = $this->sjId;
|
|
|
$post['shopId'] = $shopId;
|
|
|
$post['mainId'] = $this->mainId;
|
|
|
- $post['fromType'] = 1;
|
|
|
+ $post['fromType'] = $post['fromType'] ?? 3;
|
|
|
$post['expressId'] = $post['expressId'] ?? 0;
|
|
|
$post['sendCost'] = $post['sendCost'] ?? '0.00';
|
|
|
$post['book'] = $post['book'] ?? 0;
|