content)){ $error_msg = '没有设置收货地区规则'; return false; } //店铺ID $shop_id = $orderInfo['shop_id']; //检查来源店铺 if (!in_array($shop_id, $this->content)) { $error_msg = '订单所属店铺不在配置中'; return false; } return true; } }