updateOrderStatus($oderArray[0], $oderArray[1]);//修改订单信息 if ($result['flag'] == false) {//修改失败 return $result; } return Util::returnArrSu(); } }