Commit 3dfc9861 authored by 谢宇轩's avatar 谢宇轩

fix(SDKRequest): uuid getter error

parent 9c7d3da5
...@@ -150,11 +150,9 @@ class SdkRequest extends Request ...@@ -150,11 +150,9 @@ class SdkRequest extends Request
/** /**
* 获取请求ID * @return string|null
*
* @return string
*/ */
public function getUuid(): string public function getUuid(): ?string
{ {
return $this->uuid; return $this->uuid;
} }
...@@ -183,4 +181,4 @@ class SdkRequest extends Request ...@@ -183,4 +181,4 @@ class SdkRequest extends Request
return $this->startAt; return $this->startAt;
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment