makeOrderLabel($order_id, $msg); if(!$result){ $msg = '订单打标记失败:'. $msg; return false; } return true; } }