芝麻web文件管理V1.00
编辑当前文件:/www/wwwroot/shphe-en.com/smsapi/api_sdk/lib/Core/Exception/ServerException.php
setErrorMessage($errorMessage); $this->setErrorType("Server"); $this->httpStatus = $httpStatus; $this->requestId = $requestId; } public function getHttpStatus() { return $this->httpStatus; } public function getRequestId() { return $this->requestId; } }