Skip to content

Commit

Permalink
Merge pull request #20 from ucloud/feat/save-exception-resp
Browse files Browse the repository at this point in the history
save resp in UCloudException
  • Loading branch information
wangrzneu authored Dec 14, 2023
2 parents ff26bef + 41ea4e3 commit 312f371
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Core/Transport/Transport.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ public function invoke(Request $req)
$resp->getMessage(),
$resp->getRetCode(),
null,
$requestId
$requestId,
$resp
);
}
return $resp;
Expand Down

0 comments on commit 312f371

Please sign in to comment.