@@ -430,6 +430,11 @@ class PurchaseController extends BaseController
}
+ if ($sendType == 2) {
+ if (in_array($ghsShopId, [520, 1489, 13628, 3])) {
+ util::fail('暂时不能使用跑腿');
+ }
$transaction->commit();