getConstant('E' . substr($code, -3)); if (!is_array($arr)) { return false; } return [ 'code' => $arr[0], 'msg' => $arr[1], 'errorCode' => $arr[2], ]; } }