Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
Easy Http SDK
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
4
Issues
4
List
Board
Labels
Milestones
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Back End
Easy Http SDK
Commits
3dfc9861
Commit
3dfc9861
authored
Feb 17, 2023
by
谢宇轩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(SDKRequest): uuid getter error
parent
9c7d3da5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
SdkRequest.php
src/Http/SdkRequest.php
+3
-5
No files found.
src/Http/SdkRequest.php
View file @
3dfc9861
...
...
@@ -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
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment