|
|
@@ -52,6 +52,9 @@ class GhsController extends BaseController
|
|
|
$info['xrFlAmount'] = $ghsShop->xrFlAmount ?? 0;
|
|
|
$info['tjFl'] = $ghsShop->tjFl ?? 0;
|
|
|
$info['tjFlAmount'] = $ghsShop->tjFlAmount ?? 0;
|
|
|
+ //预订单的最低公斤数和每公斤服务费
|
|
|
+ $info['kiloFee'] = $ghsShop->kiloFee ?? 0;
|
|
|
+ $info['miniKilo'] = $ghsShop->miniKilo ?? 0;
|
|
|
|
|
|
util::success($info);
|
|
|
}
|