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

fix(SDKRequest): uuid getter error

parent 9c7d3da5
......@@ -150,11 +150,9 @@ class SdkRequest extends Request
/**
* 获取请求ID
*
* @return string
* @return string|null
*/
public function getUuid(): string
public function getUuid(): ?string
{
return $this->uuid;
}
......
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