content)){ $error_msg = '没有设置付款方式规则'; return false; } //检查付款方式 if ($orderInfo['shipping']['is_cod'] != $this->content) { if($this->content == 'true'){ $error_msg = '订单支付方式不是货到付款'; }else{ $error_msg = '订单支付方式不是款到发货'; } return false; } return true; } }